v0.19 db interface and sqlite #1468

Merged
vyzo merged 6 commits from v0.19-db-sqlite into v0.19-staging 2026-06-17 11:12:52 +00:00
Owner

new database interface and port of sqlite

new database interface and port of sqlite
vyzo requested reviews from fare, HMarcien 2026-06-17 09:42:09 +00:00
fare approved these changes 2026-06-17 10:33:37 +00:00
@ -0,0 +6,4 @@
:std/iter)
(export #t)
(deferror-class SQLError () sql-error?)
Owner

I think we should stop this predicate override charade. Just embrace SQLError? and regular error classes.

I think we should stop this predicate override charade. Just embrace SQLError? and regular error classes.
Author
Owner

sure, that's your quest and i accept it, but you do it.

sure, that's your quest and i accept it, but you do it.
vyzo merged commit 913a181f78 into v0.19-staging 2026-06-17 11:12:52 +00:00
vyzo referenced this pull request from a commit 2026-06-17 11:12:53 +00:00
vyzo deleted branch v0.19-db-sqlite 2026-06-17 11:12:58 +00:00
Sign in to join this conversation.
No description provided.