Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Bindings for Embedded JSON Database library

License

NotificationsYou must be signed in to change notification settings

dministro/ejdb.rs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unmaintained

I no longer have a capacity to maintain this project. Feel free to reach out if you want to continue its development and take its name on crates.io.


MaintenanceBuild Statuscrates.ioejdb docsejdb-sys docs

This library provides high-level bindings toEJDB, an Embedded JSON Database engine.

EJDB is a document-oriented NoSQL embedded database, very similar to MongoDB. It allows storing,querying and manipulation of collections of BSON documents. It has MongoDB-like query language,collection-level transactions and typed indices.

This library attempts to provide idiomatic and safe Rust bindings to EJDB. It exposes allmain features of EJDB: databases, collections, queries, transactions, indices and metadata.

See crate documentation for usage examples.

Usage

Add a dependency in yourCargo.toml:

[dependencies]ejdb ="0.4"

To build the library, you need to havecmake installaled along withgcc andclang.

Changelog

Version 0.4.0

  • Switched to manual compilation and linking of ejdb statically.

Version 0.3.0

  • Bumped thebson dependency version.

Version 0.2.0

  • Bumped versions of various dependencies.

Version 0.1.2

  • Improvedbson! macro to support optional values.

Version 0.1.1

  • MadeDatabase implementSend.

Version 0.1.0

  • Initial release.

License

This library is provided under MIT license.

About

Bindings for Embedded JSON Database library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust99.9%
  • Shell0.1%

[8]ページ先頭

©2009-2025 Movatter.jp