1.3.0 • Published 4 years ago

@endb/mysql v1.3.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

@endb/mysql

MySQL/MariaDB adapter for Endb

Installation

npm install @endb/mysql

Usage

const Endb = require('endb');
const endb = new Endb('mysql://user:pass@localhost:3306/dbname');
const EndbMysql = require('@endb/mysql');

const store = new EndbMysql({
  uri: 'mysql://user:pass@localhost:3306/dbname',
  table: 'cache',
  keySize: 255,
});
const endb = new Endb({ store });
1.3.0

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago