davezuch / purescript-mysql

Bindings mysql for PureScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

purescript-mysql

Latest release

Bindings mysql for PureScript.

Installation

Prerequisite

$ npm install mysql

Bower

$ bower install purescript-mysql

Spago

$ spago install mysql

Test

Setup DB

mysql -uroot < migration.sql

Run tests

npm test

Documentation

Module documentation is published on Pursuit.

LICENSE

MIT

About

Bindings mysql for PureScript

License:MIT License


Languages

Language:PureScript 79.3%Language:JavaScript 20.7%