]> git.jsancho.org Git - mojodb.git/commit
New database scheme, storing key name inside tables for improving searching
authorJavier Sancho <jsf@jsancho.org>
Wed, 12 Feb 2014 15:01:29 +0000 (16:01 +0100)
committerJavier Sancho <jsf@jsancho.org>
Wed, 12 Feb 2014 15:01:29 +0000 (16:01 +0100)
commitaa509ddc8574e0a5220c94a2b72f4d5a798d6e8a
treed7fffdac72eda607d9a6e8d02361539157247b0d
parent2c1872fd5004c8464e146081b61783de47b87e2d
New database scheme, storing key name inside tables for improving searching

* dbutils.py: Classes for encapsulating database concepts as tables,
              fields, constraints, etc, easing its translation to
              SQL syntax

* connection.py: Encloses new dbutils classes

* collection.py: Changes at inserting documents, storing key name too

* cursor.py: Key name in searching, using new dbutils classes

* MySQL.py: Implementation of SQL methods for query translations
MySQL.py
collection.py
connection.py
cursor.py
dbutils.py [new file with mode: 0644]