Skip to content

christopherfranklin/gsql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GSQL

This is a simple clone of (SQLite)[https://www.sqlite.org/index.html] written in Go. The purpose of this project is not to replace SQLite. Instead, it is meant to be a learning opportunity to better understand both Relational Databases and the Go Programming Language.

This project is not meant to be used in production settings!