• Stars
    star
    507
  • Rank 79,483 (Top 2 %)
  • Language
    Lua
  • Created about 14 years ago
  • Updated 5 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

LuaSQL is a simple interface from Lua to a DBMS.
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.

More Repositories

1

Penlight

A set of pure Lua libraries focusing on input data handling (such as reading configuration files), functional programming (such as map, reduce, placeholder expressions,etc), and OS path management. Much of the functionality is inspired by the Python standard libraries.
Lua
1,736
star
2

luasocket

Network support for the Lua language
HTML
1,686
star
3

busted

Elegant Lua unit testing.
Lua
1,260
star
4

luafilesystem

LuaFileSystem is a Lua library developed to complement the set of functions related to file systems offered by the standard Lua distribution.
C
826
star
5

ldoc

LDoc is a LuaDoc-compatible documentation generator which can also process C extension source. Markdown may be optionally used to render comments, as well as integrated readme documentation and pretty-printed example files.
Lua
708
star
6

luasec

LuaSec
C
347
star
7

luacov

LuaCov is a simple coverage analyzer for Lua code.
Lua
281
star
8

lua-compat-5.3

Compatibility module providing Lua-5.3-style APIs for Lua 5.2 and 5.1
C
210
star
9

copas

Copas is a dispatcher based on coroutines that can be used by TCP/IP servers.
Lua
194
star
10

luassert

Assertion library for Lua
Lua
173
star
11

md5

MD5 offers basic cryptographic facilities for Lua 5.1.
C
105
star
12

cgilua

CGILua is a tool for creating dynamic HTML pages and manipulating input data from Web forms.
Lua
91
star
13

lualogging

A simple API to use logging features in Lua
Lua
43
star
14

say

Lua string hashing library, useful for internationalization
Lua
32
star
15

luaexpat

LuaExpat is a SAX XML parser based on the Expat library
Lua
18
star
16

luasystem

Platform independent system calls for Lua
Makefile
11
star
17

luasyslog

Addon for lualogging to log to the system log on unix systems
Lua
5
star
18

lunarmodules

providing the profile page (README.md) for the Lunar Modules organization
2
star
19

moon-sand

Sandbox to mess with CIβ€Œ deployments using LunarModules CI key(s)
Lua
1
star
20

expadom

An XML DOM Level 2 Core implementation in Lua, based on the (Lua)Expat parser.
Lua
1
star
21

lua-lace

Lua Access Control Engine
Lua
1
star