| 15 | | <p>Dejavu is an Object-Relational Mapper for Python applications. It is |
|---|
| 16 | | designed to provide the "Model" third of an MVC application. When you build |
|---|
| 17 | | an application using Dejavu, you must supply the Controller(s) and View(s) |
|---|
| 18 | | yourself. Dejavu does not provide these, and does its best to not limit |
|---|
| 19 | | your choices regarding them.</p> |
|---|
| | 15 | <p>Dejavu is a thread-safe Object-Relational Mapper for Python applications. |
|---|
| | 16 | It is designed to provide the "Model" third of an MVC application. When you |
|---|
| | 17 | build an application using Dejavu, you must supply the Controller(s) and |
|---|
| | 18 | View(s) yourself. Dejavu does not provide these, and does its best to not |
|---|
| | 19 | limit your choices regarding them.</p> |
|---|