Skip to content

oreshinya/purescript-mysql

Repository files navigation

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