Written in pure Python, CodernityDB implements the famous schema-less philosophy made famous by many other NoSQL databases like MongoDB, FlockDB or Cassandra.
CodernityDB is cross-platform compliant and relies on natural queries instead of clunky SQL statements to manipulate stored data.
The database can work in two modes.
The default is "Embeded mode" and implies embedding it in the app itself as any other Python module.
The second is "Server mode" as the CodernityDB-HTTP-link client library and works as any other database server. This version works the same as the default embedded version.
Here are some key features of "CodernityDB":
· Extremely fast
· Manage multiple indexes
· Client libraries for Python and PHP apps
· ACID support
Requirements:
· Python 2.6.x and 2.7.x