🎉 Announcing v3.1.0 - with a powerful new schema-based type system.
This is a huge release under the covers, and pushes @typescript to the limit in a few places 😜
Try it out - and hoping you enjoy a whole new developer experience with TinyBase!
tinybase.org/guides/releases…
🎉 v3.0.5
Type definitions are now in a common `./lib/types` folder that is shared by all flavors and targets of the TinyBase build.
No change to functionality or documentation!
However, since duplicated `.d.ts` files are removed, the npm package is now 75% SMALLER. 🤯
🎉 New v3.0.4 release!
This improves import and type definitions resolution for React Native in particular, but also for other flavors and targets.
A new guide explains the options: tinybase.org/guides/the-basi…
Please report any issues this might have inadvertently introduced!
v3.1.0-beta.4 is an exciting one!
It adds a comprehensive schema-based type system to the TinyBase Store interface and all of its related types.
github.com/tinyplex/tinybase…
v3.1.0-beta.3 adds a new technique for schema-based code-generation.
Using the `getStoreRefinement` method or CLI command, you create more specific @typescript signatures for the Store, without a wrapper implementation.
Hat tip @WonderPandaDev. Enjoy!
github.com/tinyplex/tinybase…
v3.1.0-beta.2 is out! github.com/tinyplex/tinybase…
This provides tooling to code-generate a full set of domain-specific React hooks and components from a schema.
See the Generating APIs guide (beta.tinybase.org/guides/dev…) for more information. And enjoy!
been researching databases that empower people to make "small databases" ala @tomcritchlow and man every time i finish getting the high-level idea of 1, i find like 5 more.
confronting the database hydra
Announcing TinyBase v3.0! 🎉
Liked the idea of TinyBase but were spooked by tabular & relational data? This one's for you.
The same powerful reactivity, but now with a key-value store API too (and only an extra 0.8kb...)
Full release notes at tinybase.org/guides/releases…
Enjoy!
Would you like TinyBase to natively support key-value storage as well as tabular and relational data?
If so please weigh in on github.com/tinyplex/tinybase… - huge thanks for getting the ball rolling, Kyle!
Did you catch the new TinyBase demo?
This is an in-browser database of 140,000 cities, with sorting and pagination. It's designed to demonstrate reasonable limits for size and responsiveness.
tinybase.org/demos/city-data…
Enjoy!
🚀 v2.2 beta 1
Calling all early adopters!
Please try out the new ORM-like Typescript codegen, schema inference, and CLI - and let us know what you think!
github.com/tinyplex/tinybase…