Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://keplerproject.github.io/luasql
LuaSQL is a simple interface from Lua to a DBMS.
https://keplerproject.github.io/luasql
Last synced: 3 months ago
JSON representation
LuaSQL is a simple interface from Lua to a DBMS.
- Host: GitHub
- URL: https://keplerproject.github.io/luasql
- Owner: lunarmodules
- Created: 2009-09-24T01:55:33.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2024-02-07T18:31:37.000Z (9 months ago)
- Last Synced: 2024-04-14T12:41:27.155Z (7 months ago)
- Language: C
- Homepage: http://lunarmodules.github.io/luasql
- Size: 807 KB
- Stars: 522
- Watchers: 44
- Forks: 189
- Open Issues: 57
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
- awesome-lua - LuaSQL - Simple interface for connecting to ODBC, ADO, Oracle, MySQL, SQLite and PostgreSQL. (Resources / Data Stores)
- my-awesome-lua - LuaSQL - a simple interface from Lua to various DBMS. Connect to ODBC, ADO, Oracle, MySQL, SQLite, Firebird and PostgreSQL databases. (Resources / Database drivers)
README
LuaSQL
https://lunarmodules.github.io/luasql/LuaSQL is a simple interface from Lua to a DBMS. It enables a Lua program to:
* Connect to ODBC, ADO, Oracle, MySQL, SQLite, Firebird and PostgreSQL databases;
* Execute arbitrary SQL statements;
* Retrieve results in a row-by-row cursor fashion.LuaSQL is free software and uses the same license as Lua 5.1.
Source code for LuaSQL can be downloaded from its GitHub repository.