lmdb table - part-cw/lambdanative GitHub Wiki
Loads the specified database into a table.
Parameter | Description |
---|---|
dbfile | Name of database |
key | Optional encryption key |
> (lmdb->table "test.db")
#<table #2>
Loads the specified database into a table.
Parameter | Description |
---|---|
dbfile | Name of database |
key | Optional encryption key |
> (lmdb->table "test.db")
#<table #2>