You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve the Typescript SDK documentation to clearly explain how to:
Create a custom Storage
Use the available community storages for Identus (RXDB and RIDB)
Customize the storages to use a different storage source (inMemory, indexDB, localStorage, Level)
We should provide documentation on how to build storages for FE (browser, electron) but also on nodejs backends like Level, etc and explain how to customize the storage with encryption, migrations, etc.
We should also document how people can, using the same Identus store, extend the tables (models) for their own use-cases and integrate everything into a single database connector.
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Proposed feature
Improve the Typescript SDK documentation to clearly explain how to:
We should provide documentation on how to build storages for FE (browser, electron) but also on nodejs backends like Level, etc and explain how to customize the storage with encryption, migrations, etc.
We should also document how people can, using the same Identus store, extend the tables (models) for their own use-cases and integrate everything into a single database connector.
Anything else?
No response
The text was updated successfully, but these errors were encountered: