bgio-sql
v1.0.7
Published
MySQL, Postgres and SQLite storage adapter for boardgame.io
Downloads
1
Maintainers
Readme
bgio-sql
MySQL, Postgres and SQLite storage adapter for boardgame.io
Depending on your database, make sure your project includes one of the following dependencies:
npm install mysql2 # MySQL
npm install pg pg-hstore # Postgres
npm install sqlite3 # SQLite