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
Nitrite API has been re-written from ground up. It is now more stable and performant. But there are breaking changes. Please read the guide for more details.
Nitrite now requires Java 11 or above.
Nitrite is now modular. It has been now divided into several modules. You can use only the modules you need.
Modular storage adapters are now available. You can use only the storage adapter you need.
MVStore version upgraded to 2.2.224
RocksDB has been introduced as a new storage adapter.
Nitrite now supports transaction.
Nitrite now supports schema migration.
Nitrite now supports spatial indexing and search
Nitrite now supports compound indexes.
Nitrite now support import/export of data in JSON format.