SQLPython is a command-line interface to Oracle databases. It is intended as an alternative to Oracle’s SQLPlus. For the most part, it can be used the same way SQLPlus would be used; this documentation focuses on the places where SQLPython differs.
-
I posted to delicious.com
SQLPython
http://packages.python.org/sqlpython/intro.html
September 9 2009, 8:11am | Comments a>
-
I posted to delicious.com
Elixir
http://elixir.ematia.de/trac/wiki
"Elixir is a declarative layer on top of the SQLAlchemy library. It is a fairly thin wrapper, which provides the ability to create simple Python classes that map directly to relational database tables (this pattern is often referred to as the Active Record design pattern), providing many of the benefits of traditional databases" without losing the convenience of Python objects.
- Tags:
- python
- programming
- database
- sql
- orm
- SQLAlchemy
February 4 2009, 5:56pm | Comments a>
1