sqlite.lua
SQL database library
A Lua binding for a self-contained SQLite database engine
SQLite LuaJIT binding with a very simple api.
494 stars
6 watching
27 forks
Language: Lua
last commit: 7 months ago
Linked from 1 awesome list
databaseluajitluarocksneovimsqlite
Related projects:
Repository | Description | Stars |
---|---|---|
olliniinivaara/sqliteral | A high-level SQLite API for Nim language | 51 |
andreirudenko/linc_luajit | A Haxe library providing native bindings to LuaJIT for C++ target | 49 |
david-bouyssie/sqlite4s | A thin wrapper around the SQLite C library with an API similar to Sqlite4java. | 36 |
nikokrock/ada-lua | An Ada interface to Lua, allowing execution of Lua scripts from Ada code | 42 |
r-dbi/rsqlite | An R interface to a lightweight, self-contained, and transactional SQL database engine | 327 |
natecraddock/ziglua | A Zig library providing bindings to the Lua C API | 273 |
touchlab/sqliter | A SQLite driver for Kotlin Native libraries | 178 |
lua-stdlib/lua-stdlib | A collection of standard Lua libraries for various versions of the Lua programming language. | 289 |
p0pr0ck5/lua-ffi-libinjection | A Lua binding to a library providing FFI bindings for libinjection, a tool for detecting SQLi and XSS in strings. | 36 |
temporal/cl-sqlite | Provides a Common Lisp interface to the SQLite relational database management system. | 72 |
hoelzro/sqlite-lua-extension | Embeds a Lua interpreter into SQLite to execute Lua code in SQL statements. | 19 |
bungle/lua-resty-uuid | FFI bindings for a universally unique identifier library allowing Lua applications to interact with UUIDs in C compatible way. | 60 |
bjornbytes/graphql-lua | A Lua implementation of GraphQL schema and query execution | 186 |
nektro/zig-sqlite3 | A Zig wrapper around the SQLite 3.38.0 C library, providing a convenient interface for working with databases. | 2 |
hslua/hslua | Provides a bridge between Haskell and Lua programming languages | 129 |