I know that Django (http://djangoproject.com) framework currently supports the following databases: PostgreSQL, SQLite 3, MySQL 5 and Oracle and Django works for relational database. But I would like to relate an entity-component database to the Django project. Will there be any difference in how it is related?
I am using PostgreSQL but I am not sure how to relate the entity-component database to the Django project. Need some guidance on it.. Would appreciate any help...