mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-03 03:32:32 +00:00
6 lines
100 B
Nim
6 lines
100 B
Nim
import database
|
|
|
|
var db = newDatabase()
|
|
db.setup()
|
|
echo("Database created successfully!")
|
|
db.close() |