SQLite module should export custom structs #1386

Open
opened 2025-12-04 03:48:09 +00:00 by nafarlee · 3 comments
nafarlee commented 2025-12-04 03:48:09 +00:00 (Migrated from github.com)
As mentioned in [chat](https://matrix.to/#/!gFGudpLjzjQLfahieT:gitter.im/$D0EQeaNK3zjhjX6oPxrsy1_mSZ9mUmX3o41bVgITEPo?via=gitter.im&via=matrix.org&via=asra.gr), and unlike [the PostgreSQL module](https://github.com/mighty-gerbils/gerbil/blob/0cee64de38756ed9198d3493d4c7afddfa6e04e1/src/std/db/postgresql.ss#L14-L21), the [SQLite module only exports the procedure used to create a connection](https://github.com/mighty-gerbils/gerbil/blob/0cee64de38756ed9198d3493d4c7afddfa6e04e1/src/std/db/sqlite.ss#L10)
vyzo commented 2025-12-04 09:13:45 +00:00 (Migrated from github.com)

Well, it was intented to be hidden: maybe it is better to define an interface.

Well, it was intented to be hidden: maybe it is better to define an interface.
nafarlee commented 2025-12-04 17:45:02 +00:00 (Migrated from github.com)

To be honest, I opened this issue as a means of tracking the idea and discussion. I myself am also still uncertain if these are better hidden or not. I can imagine use cases for it, but nothing strong enough to rally around

Apologies if this is a misuse of GitHub Issues

To be honest, I opened this issue as a means of tracking the idea and discussion. I myself am also still uncertain if these are better hidden or not. I can imagine use cases for it, but nothing strong enough to rally around Apologies if this is a misuse of GitHub Issues
vyzo commented 2025-12-04 17:46:32 +00:00 (Migrated from github.com)

no apology needed! Issues are not just for bugz 🐜

no apology needed! Issues are not just for bugz 🐜
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
mighty-gerbils/gerbil#1386
No description provided.