https://github.com/ryb73/bs-knex
BuckleScript bindings for https://www.npmjs.com/package/knex
https://github.com/ryb73/bs-knex
Last synced: 9 months ago
JSON representation
BuckleScript bindings for https://www.npmjs.com/package/knex
- Host: GitHub
- URL: https://github.com/ryb73/bs-knex
- Owner: ryb73
- License: mit
- Created: 2018-01-25T18:00:18.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T02:44:51.000Z (almost 3 years ago)
- Last Synced: 2025-03-18T05:54:09.351Z (10 months ago)
- Language: Reason
- Size: 1.12 MB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-list - bs-knex
README
# bs-knex
## What is it?
Bucklescript bindings for [knex](https://www.npmjs.com/package/knex), a SQL client and query builder.
## What state is it in?
Incomplete, unstable API. The published version may lag behind the GitHub repo – feel free to file a bug if this is the case.
## How do I install it?
```
npm i @ryb73/bs-knex
```
## How do I use it?
See [`__tests__/index.re`](__tests__/index.re) for examples.