0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/server/data/schema/clients/index.js
kirrg001 8115d83782 🔥 remove postgres support
refs #1333, refs #5878, refs #5321
2016-09-20 15:59:34 +01:00

7 lines
132 B
JavaScript

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