Skip to content
Alexander Zakusylo edited this page Aug 5, 2023 · 5 revisions

Velvetdb is an embedded data storage framework written in Java that combines benefits of key-value storage and object-relational approach.

Features:

  • Key-value storage of pojo entities.
  • Primary and secondary indexes.
  • Android support
  • Schema migration
  • Pure Java
  • Lightning-fast
  • ACID transactions support

Clone this wiki locally