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

https://github.com/oreshinya/purescript-mysql

Bindings mysql for PureScript
https://github.com/oreshinya/purescript-mysql

mysql purescript

Last synced: about 1 year ago
JSON representation

Bindings mysql for PureScript

Awesome Lists containing this project

README

          

# purescript-mysql

[![Latest release](http://img.shields.io/github/release/oreshinya/purescript-mysql.svg)](https://github.com/oreshinya/purescript-mysql/releases)

Bindings [mysql](https://github.com/mysqljs/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](http://pursuit.purescript.org/packages/purescript-mysql).

## LICENSE

MIT