Skip to content

v0.3.14

Compare
Choose a tag to compare
@Tpt Tpt released this 19 Mar 07:03
· 381 commits to main since this release
  • Supports read only and secondary RocksDB storage. Allows to open the data as read-only or to follow a primary Oxigraph instance. By @BenediktSeidl
  • Server: adds serve-secondary, serve-read-only, dump, query, update, backup and optimize commands.
  • Python: adds Store.extend and Store.bulk_extend methods.