Skip to content

Commit

Permalink
better interaction ✅
Browse files Browse the repository at this point in the history
  • Loading branch information
sksmta authored Apr 25, 2021
1 parent d1b257e commit 8f2798b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions interactions/index.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
const { Postgres } = require('../postgres/main')

const {Database} = require('../mongo/index')
module.exports=({
Postgres,
sqlite: require('../sqlite/src/index'),
mongo: require('../mongo/index')
Mongo: Database
})

0 comments on commit 8f2798b

Please sign in to comment.