Skip to content

Extensible Storage Engine database library for Rust

Notifications You must be signed in to change notification settings

rushattac/esedb-rs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

esedb-rs

Extensible Storage Engine database library for Rust

This is a minimal, mostly proof-of-concept library for querying for data in ESE databases.

Currently it only supports these types of operations:

  • read column
  • seek
  • select index
  • update

Notably, it does not support adding rows or modifying the database schema yet. Pull requests are welcome and appreciated, but I am not actively developing this library any further at this time.

About

Extensible Storage Engine database library for Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%