index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
blame
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
accept
/
compile
/
tnoargopenarray.nim
blob: 872ec86d2ecf5a3c3a9223a07812d2159fb4eaea (
plain
) (
tree
)
7bf98411b
^
1
2
3
4
5
6
7
import
db_sqlite
var
db
:
TDbConn
Exec
(
db
,
sql"create table blabla()"
)