https://github.com/simbiose/sqlrocks
transparent, schemaless library for building and composing SQL statements
https://github.com/simbiose/sqlrocks
Last synced: about 1 year ago
JSON representation
transparent, schemaless library for building and composing SQL statements
- Host: GitHub
- URL: https://github.com/simbiose/sqlrocks
- Owner: simbiose
- License: mit
- Created: 2014-02-23T21:50:32.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-08-12T10:01:16.000Z (almost 11 years ago)
- Last Synced: 2025-04-01T06:51:17.547Z (over 1 year ago)
- Language: Lua
- Size: 219 KB
- Stars: 6
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/simbiose/sqlrocks)
[](LICENSE)
# sqlrocks
is a transparent, schemaless library for building and composing SQL statements.
see [website](http://rocks.simbio.se/sqlrocks) for details
# license
MIT, see LICENSE and source
# installation
## luarocks
# luarocks install sqlrocks
# tests
run [busted](https://github.com/Olivine-Labs/busted), see spec folder