File: README.Debian

package info (click to toggle)
sqlalchemy 2.0.45%2Bds1-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 26,868 kB
  • sloc: python: 416,938; makefile: 231; sh: 7
file content (34 lines) | stat: -rw-r--r-- 875 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
SQLAlchemy Debian notes
=======================

The package does not depend on various low level database libraries, but it
does suggest supported ones. Please install the ones you intend to use.

For PostgreSQL:
• python3-asyncpg (asynchronous)
• python3-pg8000 (pure Python implementation)
• python3-psycopg2
• python3-psycopg2cffi (psycopg2 implementation using CFFI, i.e. calling C code from Python)

For SQLite:
• python3-aiosqlite (asynchronous)

For MariaDB:
• python3-mariadb-connector

For MySQL:
• python3-mysqldb
• python3-mysql.connector (pure Python implementation)

For ODBC:
• python3-pyodbc

For Microsoft SQL Server:
• python3-pymssql

For Oracle:
• python3-oracledb
• python3-cx-oracle (from contrib)

Documentation and examples can be found in the python-sqlalchemy-doc package
in /usr/share/doc/python-sqlalchemy-doc.