alash3al / fasql

a fast in-memory persistent SQL database with a simple HTTP API utilizing sqlite3 as a backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FASQL (Fast SQL)

in-memory relational database that persist to disk with every single write, currently it load all data into memory on startup so you can read from it as quick as possible.

About

a fast in-memory persistent SQL database with a simple HTTP API utilizing sqlite3 as a backend


Languages

Language:Go 100.0%