Nosql Database¶
A NoSQL database, often interpreted as not only SQL is a type of database that does not rely on the traditional relational model with tables, fixed schemas, and SQL as the primary query language. Instead, NoSQL databases are designed for scalability, high performance, and handling unstructured or semi‑structured data. They typically use flexible data models such as document, key‑value, wide‑column, or graph.
See also sleekdb and Harvest NoSQL Speed With The Combination Of PHP.
Related : Key-value Stores, Document Database, Column Database, Graph Database, Database, XML Database