git ssb

1+

dinoworm ๐Ÿ› / catstack



Tree: c3d21adc8972cf7b92cac7a0735587cae5ff8fc0

Files: c3d21adc8972cf7b92cac7a0735587cae5ff8fc0 / 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