Skip to content
This repository has been archived by the owner on Sep 6, 2022. It is now read-only.

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
brennanjl committed Feb 14, 2022
2 parents 5a72c5b + 7413085 commit 98f2b56
Show file tree
Hide file tree
Showing 9 changed files with 1,519 additions and 10 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,6 @@ public/
app.yaml
key.js
cloud_config/

# Test Files
testFiles/
4 changes: 3 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
const createConnector = require('./src/main.js')
const createConnectorRegistry = require('./src/mainRegistry.js')
const createMoat = require('./src/createMoat.js')

const KwilDB = {createConnector, createMoat}
const KwilDB2 = {createConnectorRegistry}

module.exports = KwilDB
module.exports = {KwilDB,KwilDB2}
Loading

0 comments on commit 98f2b56

Please sign in to comment.