mirror of
https://github.com/logos-storage/nim-datastore.git
synced 2026-01-10 09:33:08 +00:00
export ColName constants
This commit is contained in:
parent
aee7f7b57c
commit
0df3e2424d
@ -48,9 +48,9 @@ const
|
||||
dbExt* = ".sqlite3"
|
||||
tableName* = "Store"
|
||||
|
||||
idColName = "id"
|
||||
dataColName = "data"
|
||||
timestampColName = "timestamp"
|
||||
idColName* = "id"
|
||||
dataColName* = "data"
|
||||
timestampColName* = "timestamp"
|
||||
|
||||
idColType = "TEXT"
|
||||
dataColType = "BLOB"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user