Genel

Json Query bazlı veritabanı – EJDB

EJDB veritabanı SQLite veritabanı gibi taşınabilir bir veritabanıdır. Sorgulama dili olarak Json üzerinde MongoDB den esinlenilmiş bir dil kullanılmaktadır. Masaüstü uygulamalard

 

EJDB is the embeddable (in-process) database engine designed for querying collections of JSON documents and persisting data. EJDB is implemented as a C library based on Tokyo Cabinet key-value storage engine. EJDB design is inspired by Mongodb and follows the same philosophy , especially for the query language

EJDB is good for:

  • In-process database for standalone desktop applications. (The SQLite niche);
  • Games development;
  • Simple server-side solution;
  • Whenever a fast in-process data-communication with storage layer is much preferred over TCP/IP transport;

Benzer Yazılar:



This post has been seen 935 times.
İlk yorum yazan sen ol.

Yorum yap

E-posta hesabınız yayımlanmayacak. Gerekli alanlar * ile işaretlenmişlerdir