You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A minimal procedural database scripting language and SQL engine written in C. Clean C-like syntax with inline SQL, compiling to bytecode executed by a custom VM over a B-tree storage engine. Built …