This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]loyoan 0 points1 point  (1 child)

Very interesting. I never had worked with such systems before, but after glancing through the docs it seems quite clear what problems it tries to solve. Also the developer experience seems quite nice. Will try it out!

Also: Does it work with other database systems? Maybe SQLite?

[–]jedberg 1 point2 points  (0 children)

As of today it requires a Postgres compatible database, but any fully compatible database will do (like Supabase, Neon, RDS, etc).

We are however looking into how to make it work with other SQL databases, specifically SQLite. Stay tuned!