Commit Graph

17 Commits

Author SHA1 Message Date
Jacek Sieka 9289ddb53d mark exported functions gcsafe 2023-02-22 00:01:28 +01:00
Jacek Sieka c9f77af179 avoid `raises: [Defect]` on nim 1.4+ 2023-02-21 09:43:48 +01:00
Jacek Sieka 1c8a822274 fix version number 2023-02-21 08:42:00 +01:00
Jacek Sieka 70b33ad8d3 bump sqlite to 3.40.1 2023-02-21 08:34:28 +01:00
Jacek Sieka 398c6dae03 return cstrings for cstring-returning functions 2023-02-16 10:08:54 +01:00
Ivan Yonchovski b99d1fe770
Make sqlite3-abi valid nimble package (#6)
I have tested only:

* `nimble install`
* `nimble check` (to verify the package)
* ./update.sh

Please suggest if anything else is needed.
2022-12-19 13:15:06 +01:00
Jacek Sieka fda455cfea update nimterop
* more stuff gets imported
* add `raises: [Defect]`
2022-06-21 10:23:31 +02:00
KonradStaniec 2f040a5bfc
Extend sqlite abi for create function (#2) 2022-05-30 11:38:05 +02:00
Jacek Sieka 07039dd887
Merge pull request #1 from yglukhov/v-3.34
Update to 3.34
2021-01-11 13:04:03 +01:00
Yuriy Glukhov 4a71ad6160 Update to 3.34 2021-01-10 21:13:24 +02:00
Jacek Sieka 068ff3593c
fix nimble install 2020-04-24 10:03:28 +02:00
Jacek Sieka fc2028746d
use native (u)int64, don't include header in nim 2020-02-18 14:44:23 +01:00
Jacek Sieka 04f5d5c96a
add include dir 2020-02-17 17:16:01 +01:00
Jacek Sieka f812c52054
work around missing va_list, add blob mapping 2020-02-17 15:55:15 +01:00
Jacek Sieka c81134f9b3
new nimterop, fixes 2020-02-17 15:38:49 +01:00
Jacek Sieka 38656a3c78
capitalize Sqlite3 2019-05-07 09:09:26 -06:00
Jacek Sieka d1b5ef64ce
Initial dump
SQLite3 raw wrapper
2019-04-10 12:10:36 -06:00