Skip to content

Joeb3219/tqlite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tqlite

tqlite is a pure typescript SQLite client. It is meant for educational purposes, not for serious production use.

Currently Supported

Currently, the following is supported:

  • Reading the sqlite_schema
  • Reading database tables
  • Reading database views
  • Executing ~50-75% of SELECT statements

Currently In-Progress

  • SQL parsing
  • Advanced query planning
  • Writing to disk
  • Journal file reading
  • WAL support

About

tqlite is a pure typescript SQLite Client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published