git ssb

1+

dinoworm ๐Ÿ› / catstack



Tree: 5f7286fe197c265e646264859355b94b8765039f

Files: 5f7286fe197c265e646264859355b94b8765039f / 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