Files: 9b6d56bda7b300b59e526b637d284d213a4599a8 / app / db.js
89 bytesRaw
1 | import knex from 'knex' |
2 | |
3 | import config from 'app/config' |
4 | |
5 | export default knex(config.db) |
6 |
Built with git-ssb-web
1 | import knex from 'knex' |
2 | |
3 | import config from 'app/config' |
4 | |
5 | export default knex(config.db) |
6 |
Built with git-ssb-web