Replies: 1 comment 2 replies
-
Partly. It's not quite as easy as just throwing in an ORM to abstract over databases. Things like data-change subscriptions go beyond ISO SQL. Technically anything is possible but it would require substantially divergent integrations. In practice I'm not aware of any DBaaS/Base product that supports multiple DB backends (Firebase, PocketBase, Supabase, AppWrite, ...). The last point is non-technical whataboutism but maybe still noteworthy. On the more technical side, I'm also not sure that every integration needs to be or should be mitigated through TB. If you need a more specialized solution, e.g. for performance reasons, you should just be able to add it. If you want Mongo, SkyllaDb, Cassandra, vitess, redis, valkey, .... , TB shouldn't get in the way. You should be able to just use them from your own backend or even TB WASM components. Ultimately, with options many and resources limited there will always be a limit to what we can do. I'd prefer to talk about specific problems, goals and how to solve them, as opposed to jumping to implementations. Not to push you away, I'm genuinely curious: if you're looking for Postgres specifically (which is a great DB), have you looked at Supabase? Why TrailBase in your case? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey there,
I hope I am not bothering you as this is my second discussion.
I was thinking that Frameworks come and go, yet some thrive. those who do typically fall under a certain category.
composability, working with TB as the corner stone and building around it is what will get people to use it as the defacto framework in itself.
Meaning, while SQLite is awesome, I see no reason not to use
Adapters&Bridgesand just support multiple db. systems. or at least PostgreSQL as the major server based relational db. system and mongo db. for NoSQL.This will enable developers to start using TB as their corner stone for building almost anything.
I am not really keen on supporting only SQLite like
pocketbaseI see the potential here for more.I hope my words meant something.
Beta Was this translation helpful? Give feedback.
All reactions