0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core/server/data/schema/clients/index.js

8 lines
135 B
JavaScript
Raw Normal View History

const sqlite3 = require('./sqlite3');
const mysql = require('./mysql');
module.exports = {
sqlite3: sqlite3,
mysql2: mysql
};