Types
SqliteSchema = ref object rdb*: SqliteConnections table*: Table column*: Column
Procs
proc new(_: type SqliteSchema; rdb: SqliteConnections; table: Table): SqliteSchema
proc new(_: type SqliteSchema; rdb: SqliteConnections; table: Table; column: Column): SqliteSchema