sqlite-lean

Sqlite3 bindings for lean4 (mirror)

Commits at e30d704cbbdfcad24c75e8308bf36a33c54f5517

  1. e30d704c feat: added parameters binding to prepared query cursor BRonen authored at BRonen comitted at
  2. 7794c14a refactor: use sqlite3 open v2 BRonen authored at BRonen comitted at
  3. 04491321 chore: update leanprover toolchain BRonen authored at BRonen comitted at
  4. 5eddf360 fix: prepare cursor without executing and represent result as Except BRonen authored at BRonen comitted at
  5. a84c3828 refactor: changing FFI namespace interface BRonen authored at BRonen comitted at
  6. 7bf39f92 refactor: cleaning project BRonen authored at BRonen comitted at
  7. 58f3a7b2 feat(ffi): sqlite text and int columns parsing BRonen authored at BRonen comitted at
  8. d55de21d feat(ffi): add cursor reset method interface BRonen authored at BRonen comitted at
  9. 17d4f05f feat(ffi): add cursor step interface BRonen authored at BRonen comitted at
  10. adad17cc fix(ffi): exec rows return using the result inductive BRonen authored at BRonen comitted at
  11. 646d35ec feat(ffi): add sqlite prepare interface BRonen authored at BRonen comitted at
  12. f118a9aa feat(ffi): add sqlite open method interface BRonen authored at BRonen comitted at
  13. fc9f7a16 feat(ffi): add sqlite dependency BRonen authored at BRonen comitted at
  14. 13b241e4 feat: initial ffi setup BRonen authored at BRonen comitted at