These guides discuss the developer tools that are available in TinyBase. These are not intended for production use, but are instead to be used as part of your engineering workflow to perform tasks like generating APIs from schemas, or schemas from data.
The TinyBase tools
module includes a way to analyze existing data in a Store
and attempt to generate a Schema
from it.
TinyBase can take a Schema
(which has either been explicitly set, or inferred) and generate the code for type definitions and ORM-like implementations to wrap the Store
.
Finally, the Tools
object lets you inspect various statistics about the size of a Store
at runtime, via the getStoreStats
method.
TinyBase v2.2 includes a command line tool to assist with common actions in a non-programmatic tool chain.