public marks

PUBLIC MARKS with tag sqlalchemy

2009

true false maybe » SQLAlchemy Migrations

by greut

Here's my quickstart on how to get up and running with sqlalchemy migrations under pylons.

how to set up sqlalchemy-migrate for your application.

2008

The Python SQL Toolkit and Object Relational Mapper

by tadeufilippini & 7 others
SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL. It provides a full suite of well known enterprise-level persistence patterns, designed for efficient and high-performing database access, adapted into a simple and Pythonic domain language. SQLALCHEMY'S PHILOSOPHY SQL databases behave less like object collections the more size and performance start to matter; object collections behave less like tables and rows the more abstraction starts to matter. SQLAlchemy aims to accommodate both of these principles. SQLAlchemy doesn't view databases as just collections of tables; it sees them as relational algebra engines. Its object relational mapper enables classes to be mapped against the database in more than one way. SQL constructs don't just select from just tables—you can also select from joins, subqueries, and unions. Thus database relationships and domain object models can be cleanly decoupled from the beginning, allowing both sides to develop to their full potential.

2007

1.0/SQLAlchemy - TurboGears Documentation

by pvergain
Using SQLAlchemy in TurboGears The simplest way to get started using SQLAlchemy is to quickstart new project with --sqlalchemy switch: tg-admin quickstart --sqlalchemy (Or more briefly: tg-admin quickstart -s) This switch sets up your model.py properly for using SQLAlchemy. If you said yes to the identity prompt, you'll get the ActiveMapper version of the identity tables. Now change the value of sqlalchemy.dburi to point to a valid database connection. To init the database schema you need to run: tg-admin sql create If you're converting a project from SQLObject to SQLAlchemy, we recommend that you quickstart a new project and then copy in the identity tables piece by piece.

2006

SQLAlchemy - The Database Toolkit for Python

by pvergain & 7 others (via)
SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL. It provides a full suite of well known enterprise-level persistence patterns, designed for efficient and high-performing database access, adapted into a simple and Pythonic domain language.

Snaapy NetworkedCMS - Trac

by ogrisel
Multi protocol Python/Twisted CMS with a SQLAlchemy based persistence engine

sAsync - Trac

by fakechris
sAsync: SQLAlchemy done Asynchronously

PUBLIC TAGS related to tag sqlalchemy

cms +   database +   db +   django +   framework +   ftp +   http +   imap +   mapper +   migrate +   orm +   py +   python +   python sql +   script +   smtp +   sql +   sql python +   sqlalchemy.org +   tool +   turbogears +   twisted +   web +  

Active users

greut
last mark : 10/01/2009 14:35

tadeufilippini
last mark : 29/06/2008 19:53

krachot
last mark : 09/10/2007 07:04

pvergain
last mark : 11/01/2007 10:03

salvatore
last mark : 23/10/2006 13:37

ogrisel
last mark : 16/10/2006 20:36

fakechris
last mark : 15/09/2006 03:06