SQLite implementations #34
johnbcodes
started this conversation in
Show and tell
Replies: 1 comment
-
Thanks for the work @johnbcodes! I'll try to take a closer look next week (new job so time is a little tight right now). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I created SQLite forks/implementations of
postgres-es
here and thecqrs-demo
here. Fairly trivial thanks to @davegarred and SQLx.I also explored using sea-orm for
Query
s. This lead to a question/discussion regarding error handling.Thanks to @serverlesstechnology and @davegarred for such useful and well-document libraries!
Beta Was this translation helpful? Give feedback.
All reactions