Yeah, I've used it for a small project. Turned out to be very poor choice.
1. There is no way to do case insensitive search on a field. The only solution provided in the issues was to recompile a patched version, but even that didn't work. Ended up having to duplicte every field that should support cases insensitive search, 1 normal version and 1 lowecase for search.
2. Writing backend routes in JS is terrible. Es5 supported only, ans when something doesn't work you have to just guess, cause there are no meaningful errors.
2026-02-12 05:51:37
12
heynick.dev :
The only issue is is uses sqlite 😭
2026-02-11 22:31:21
0
:
My go-to for every small project.
2026-02-14 13:47:25
0
Abdi halim :
thanks done my first app 😁
2026-02-19 19:05:30
1
babadook893 :
How does it compare to convex?
2026-02-11 20:30:37
0
Mathis :
I used it for a small projec this is a really good solution if you hate to make back-end db, never had any problem and the backup system is really good to work with rclone
2026-02-12 10:30:47
0
To see more videos from user @howtowebdev, please go to the Tikwm
homepage.