Skip to content

tinywasm/sqlt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tinywasm/sqlt

SQLite SQL compiler. Implements storage.Compiler (DML) and ddl.Compiler (DDL) — translates storage.Query/ddl.Stmt into SQLite SQL. ExportDDL builds full-schema SQL (ordered via ddl.TopologicalSort) for build-time schema generation. Pure compiler: no connections, no execution — see tinywasm/sqlite for the driver that wraps a real *sql.DB in a storage.Conn.

About

SQLite SQL compiler for tinywasm/orm

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors

Languages