What's new? | Help | Directory | Sign in
Google
             
How to join?
Project owners:
  khalid302
Project members:
eng.ramymohie

Baynoon is an object database server that understands and efficiently implements relationships (one to one, one to many and many to many) between entities using a simple query language.

Baynoon is written in object-oriented C++. Baynoon is also intended to be portable. Currently, it abstracts an object oriented threading API over pthread.

Baynoon is in an early stage of development, currently, the underlying engine is being written. Here's a brief list of the current engine features:

In addition, Baynoon's query language parser has neared the testing stage, Lemon was used for a parser generator, Flex was used for a tokenizer generator.

Everybody is welcome to join with ideas, suggestions or code submition (though you should read this first: BaynoonCodingConvention).