| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -96,6 +96,16 @@ needs. | |||
| 96 | 96 | with managed, backed up, replicated, and auto-patched MySQL instances. Cloud | |
| 97 | 97 | SQL integrates with Google App Engine but can be used independently as well. | |
| 98 | 98 | ||
| 99 | + Object-Relational Mapping | ||
| 100 | + -------------------------- | ||
| 101 | + | ||
| 102 | + Often you might want to simplify accessing your data, and prefer a simple, | ||
| 103 | + object oriented way to manipulate your data, instead of raw SQL queries. | ||
| 104 | + | ||
| 105 | + This is solved by Object Relational Mapping (ORM) applications. Sometimes these | ||
| 106 | + are integrated with your framework of choice, but you might use them without | ||
| 107 | + general frameworks too. Probably, the most widely used stand-alone ORM written | ||
| 108 | + for Python is `SQLAlchemy <http://www.sqlalchemy.org/>`_. | ||
| 99 | 109 | ||
| 100 | 110 | Database resources | |
| 101 | 111 | ================== | |
| Back | FazBrowse Home | New Git URL |
0 commit comments