Skip to content

A lightweight, single-file database management system inspired by SQLite.

License

Notifications You must be signed in to change notification settings

darwineee/SQLight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQLight

SQLight is a lightweight SQL database management system (DBMS) written in Go. It is based on the Sqlite3 database specification.

This project is currently under development.

Features

  • Read database file, extract schema and records
  • Parse SQL queries
  • Execute SQL queries
  • Write database file
  • Indexing
  • Rollback transactions
  • Locking mechanism

About

A lightweight, single-file database management system inspired by SQLite.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages