Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/susonicth/lsqlite3
Inofficial github mirror of LuaSQLite3
https://github.com/susonicth/lsqlite3
library lua mirror sqlite
Last synced: 7 days ago
JSON representation
Inofficial github mirror of LuaSQLite3
- Host: GitHub
- URL: https://github.com/susonicth/lsqlite3
- Owner: SuSonicTH
- License: other
- Created: 2024-04-04T22:37:59.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-04-04T22:44:37.000Z (8 months ago)
- Last Synced: 2024-04-04T23:35:15.598Z (8 months ago)
- Topics: library, lua, mirror, sqlite
- Language: C
- Homepage: http://lua.sqlite.org
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: HISTORY
- License: LICENSE.txt
Awesome Lists containing this project
README
Inofficial github mirror of LuaSQLite3 from http://lua.sqlite.org
LuaSQLite3 provides a means to manipulate SQLite3
databases directly from lua using Lua 5.There are two modules, identical except that one links
SQLite3 dynamically, the other statically.The module lsqlite3 links SQLite3 dynamically.
To use this module you need the SQLite3 library.
You can get it from http://www.sqlite.org/The module lsqlite3complete links SQLite3 statically.
The SQLite3 amalgamation source code is included in
the LuaSQLite3 distribution.Lua 5 is available from http://www.lua.org/