10 lines
152 B
Nim
10 lines
152 B
Nim
# vim: set et sta sw=4 ts=4 :
|
|
|
|
import lbug
|
|
|
|
|
|
let db = newLbugDatabase()
|
|
|
|
assert db.path == "(in-memory)"
|
|
assert typeOf( db.connect ) is LbugConnection
|
|
|