File: README.rst

package info (click to toggle)
sqlobject 3.7.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,696 kB
  • sloc: python: 16,944; makefile: 160; sh: 94
file content (13 lines) | stat: -rw-r--r-- 526 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
SQLObject 3.7.0
===============

Thanks for looking at SQLObject.  SQLObject is an object-relational
mapper, i.e., a library that will wrap your database tables in Python
classes, and your rows in Python instances.

It currently supports MySQL through the `MySQLdb` package, PostgreSQL
through the `psycopg` package, SQLite, Firebird, MaxDB (SAP DB), MS SQL,
Sybase and Rdbhost.  Python 2.7 or 3.4+ is required.

For more information please see the documentation in
`<docs/SQLObject.rst>`_, or online at http://sqlobject.org/