give name to db

This commit is contained in:
Barry Gitarts 2019-01-18 16:34:02 -05:00
parent f1a9ac406d
commit a0a71ca97d
1 changed files with 2 additions and 0 deletions

View File

@ -5,7 +5,9 @@ import schema from './model/schema'
import LpEvent from './model/lpEvents'
import Profile from './model/profile'
const dbName = 'LiquidFunding'
const adapter = new LokiJSAdapter({
dbName,
schema,
})