purescript-mysql

June 4, 2019 ยท View on GitHub

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

Contents

  1. 1Installation
  2. 1.1Prerequisite
  3. 1.2Bower
  4. 1.3Spago
  5. 2Test
  6. 2.1Setup DB
  7. 2.2Run tests
  8. 3Documentation
  9. 4LICENSE