give name to db
This commit is contained in:
parent
f1a9ac406d
commit
a0a71ca97d
|
@ -5,7 +5,9 @@ import schema from './model/schema'
|
||||||
import LpEvent from './model/lpEvents'
|
import LpEvent from './model/lpEvents'
|
||||||
import Profile from './model/profile'
|
import Profile from './model/profile'
|
||||||
|
|
||||||
|
const dbName = 'LiquidFunding'
|
||||||
const adapter = new LokiJSAdapter({
|
const adapter = new LokiJSAdapter({
|
||||||
|
dbName,
|
||||||
schema,
|
schema,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue