git ssb

1+

dinoworm ๐Ÿ› / catstack



Tree: 51e1a67b656a6db6d8d79a71320ecff815510297

Files: 51e1a67b656a6db6d8d79a71320ecff815510297 / 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