An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

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.