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
- Host: GitHub
- URL: https://github.com/oreshinya/purescript-mysql
- Owner: oreshinya
- License: mit
- Created: 2017-06-29T11:57:29.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-11-16T13:16:12.000Z (over 3 years ago)
- Last Synced: 2025-03-10T19:14:53.534Z (over 1 year ago)
- Topics: mysql, purescript
- Language: PureScript
- Homepage:
- Size: 307 KB
- Stars: 6
- Watchers: 1
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# purescript-mysql
[](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