git ssb

1+

dinoworm ๐Ÿ› / catstack



Tree: 78b6cc3c1c95e5fd2182e15be311e0871d3b85fa

Files: 78b6cc3c1c95e5fd2182e15be311e0871d3b85fa / 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