git ssb

1+

dinoworm ๐Ÿ› / catstack



Tree: ed26f7c5c655a65d700ecac4cddac76d22aad40a

Files: ed26f7c5c655a65d700ecac4cddac76d22aad40a / app / db.js

89 bytesRaw
1import knex from 'knex'
2
3import config from 'app/config'
4
5export default knex(config.db)
6

Built with git-ssb-web