Curious about other SQL databases #3
isaacdonaldson
started this conversation in
General
Replies: 1 comment 1 reply
-
The primary database feature we rely on is Could this work in SQLite? Well some version of it, probably. (I'm not sure what's required to make something similar safe and efficient in the context of SQLite.) I don't think there's an exact equivalent for the update clause as Postgres provides. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is great! I've been thinking about queues and Postgres queues recently so this is a happy coincidence! I was wondering what parts of the implementation are specific to Postgres and if there is an appetite to support other DB backends, namely SQLite? I am not certain on how easy this would be, but since you're using
sqlx
it could be something to look into?Beta Was this translation helpful? Give feedback.
All reactions