The TinyBase Roadmap #98
Replies: 2 comments
-
I'm very excited about the proposed theme for 5.x! This could be a pretty big game changer for our current codebase where we have to do a lot of gymnastics to handle serializing objects and arrays as strings |
Beta Was this translation helpful? Give feedback.
-
I recently discovered tinybase and it's quite exciting, also for the CRDT roadmap. The team seems to have done tremendous work. Yet I have some questions:
Since you seem to develop a own CRDT tech for v.5, I was wondering how you attempt to handle both those issues, which seem to be a big unsolved want for any CRDT yet. |
Beta Was this translation helpful? Give feedback.
-
Hey everyone! Whilst aspirational ideas do not always constitute hard commitments, I thought it would be valuable for you all to share the new TinyBase roadmap. Our community is growing and I owe it to you!
As you can see, the recent v4.x releases have been focussed on integrations (SQLite, Yjs, Automerge, PartyKit etc), and on the new React DOM components. I think there are a few more integrations to get through, including Postgres.
There has been a lot of interest in pushing the boundaries of TinyBase's opinionated data model. Today, a table cell can be a string, a number, or a boolean. But to model more interesting things (like many-to-many relationships) we may need to consider arrays, shallow objects, or nulls. This will take some design thought and will probably be breaking - so I feel like that is a good v5.0 theme.
If there are other things you would like to see TinyBase do in the future, file a task so I can add it to the board accordingly, and feel free to use this thread to discuss overall direction.
Beta Was this translation helpful? Give feedback.
All reactions