0.0.3 • Published 10 years ago

tiq-db v0.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

tiq-db

This is a database storage plugin for tiq.

It uses the Knex library so it can be used to store tiq data in either SQLite, PostgreSQL or MySQL.

Setup

npm install -g tiq-db

Then, depending on the RDBMS you want to use, install one of the following:

npm install -g <sqlite3|pg|mysql>

Configuration

Here are the configuration options you can pass to this plugin:

The options are passed as-is to Knex.initialize, so you can include additional options as needed.

License

MIT