Package

purescript-mysql

Repository
oreshinya/purescript-mysql
License
MIT
Uploaded by
pacchettibotti
Published on
2022-11-16T13:15:53Z

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

Modules
MySQL.Connection
MySQL.Internal
MySQL.Pool
MySQL.QueryValue
MySQL.Transaction
Dependencies