https://github.com/mwild1/luadbi
Multi-backend SQL database library for Lua
https://github.com/mwild1/luadbi
Last synced: 9 months ago
JSON representation
Multi-backend SQL database library for Lua
- Host: GitHub
- URL: https://github.com/mwild1/luadbi
- Owner: mwild1
- License: mit
- Created: 2015-12-23T18:38:40.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2025-04-02T19:01:12.000Z (9 months ago)
- Last Synced: 2025-04-10T01:08:03.328Z (9 months ago)
- Language: C
- Homepage:
- Size: 224 KB
- Stars: 47
- Watchers: 7
- Forks: 14
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
- my-awesome-lua - LuaDBI - Multi-backend SQL database interface library for Lua. It is designed to provide a RDBMS agnostic API. Supports DB2, Oracle, MySQL, PostgreSQL and SQLite databases with native database drivers. (Resources / Database drivers)
README
LuaDBI is a database interface library for Lua. It is designed to
provide a RDBMS agnostic API for handling database operations.
LuaDBI also provides support for prepared statement handles,
placeholders and bind parameters for all database operations.
Currently LuaDBI supports DB2, Oracle, MySQL, PostgreSQL and SQLite
databases with native database drivers.
This version supports Lua 5.1 through 5.4.
[](https://travis-ci.org/mwild1/luadbi)
Documentation is in the 'wiki' branch. You may also
[browse it online](https://zadzmo.org/code/luadbi/wiki)