Skip to content

A fast, portable C library for tokenizing, parsing, and formatting SQLite SQL. Built from SQLite's own grammar for 100% compatibility.

License

Notifications You must be signed in to change notification settings

LalitMaganti/syntaqlite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

329 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

syntaqlite

A fast, portable C library for tokenizing, parsing, and formatting SQLite SQL — built from SQLite's own grammar for 100% compatibility.

Building

tools/install-build-deps
tools/cargo build

Testing

tools/run-ast-diff-tests --binary out/mac_debug/ast_test

License

Apache 2.0. SQLite components are public domain under the SQLite blessing. See LICENSE for details.

About

A fast, portable C library for tokenizing, parsing, and formatting SQLite SQL. Built from SQLite's own grammar for 100% compatibility.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors