Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moteus/lua-sqlite3
fork from http://www.nessie.de/mroth/lua-sqlite3/index.html
https://github.com/moteus/lua-sqlite3
Last synced: 28 days ago
JSON representation
fork from http://www.nessie.de/mroth/lua-sqlite3/index.html
- Host: GitHub
- URL: https://github.com/moteus/lua-sqlite3
- Owner: moteus
- License: other
- Created: 2013-01-22T13:18:34.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2016-09-16T08:12:38.000Z (about 8 years ago)
- Last Synced: 2024-10-05T06:41:10.426Z (about 1 month ago)
- Language: Lua
- Size: 91.8 KB
- Stars: 11
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: LICENSE
Awesome Lists containing this project
README
# Lua-Sqlite3 is a sqlite3 wrapper for Lua
[![Build Status](https://travis-ci.org/moteus/lua-sqlite3.svg?branch=master)](https://travis-ci.org/moteus/lua-sqlite3)
[![Coverage Status](https://coveralls.io/repos/moteus/lua-sqlite3/badge.svg?branch=master&service=github)](https://coveralls.io/github/moteus/lua-sqlite3?branch=master)This is changed version of Lua-Sqlite3 release 0.4.1.
### Changes since 0.4.1
* Support Lua 5.2 and 5.3
* Impruve error message string
* Use `sqlite3_open_v2`
* Use `sqlite3_prepare_v2`
* Add `open_uri` methodTo learn more about lua-sqlite3 take a look in documentation.html.
Edit Makefile.cfg to match your environment.
Please note that this release is still alpha software. This mean that
there exists a chance that function signatures and behavour will change
in the future.If you have suggestions, questions or feature request please
feel free to contact me.Michael Roth