tnoargopenarray.nim 73 B

12345678
  1. import db_sqlite
  2. var db: DbConn
  3. exec(db, sql"create table blabla()")