mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-29 17:34:43 +00:00
8 lines
74 B
Nim
Executable File
8 lines
74 B
Nim
Executable File
|
|
import db_sqlite
|
|
|
|
var db: TDbConn
|
|
Exec(db, sql"create table blabla()")
|
|
|
|
|