Pakket: python3-sql (1.3.0-1)
Verwijzigingen voor python3-sql
Trisquel bronnen:
Het bronpakket python-sql downloaden:
- [python-sql_1.3.0-1.dsc]
- [python-sql_1.3.0.orig.tar.gz]
- [python-sql_1.3.0.orig.tar.gz.asc]
- [python-sql_1.3.0-1.debian.tar.xz]
Beheerder:
Original Maintainers:
- Debian Tryton Maintainers
- Mathias Behrle
Externe bronnen:
- Homepage [hg.tryton.org]
Vergelijkbare pakketten:
Library to write SQL queries (implemented in Python 3)
python-sql is a library to write SQL queries in a pythonic way. It relies exclusively on the Python standard library. It is database independent, doesn't require the declaration of tables and allows one to manipulate the generated queries.
To make real use of this package you will have to install a database connector.
This package is targeting Python version 3.
Andere aan python3-sql gerelateerde pakketten
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-pkg-resources
- Package Discovery and Resource Access using pkg_resources
-
- sug: python3-apsw
- another Python SQLite 3 wrapper (Python 3 version)
-
- sug: python3-mysql.connector
- pure Python implementation of MySQL Client/Server protocol (Python3)
-
- sug: python3-psycopg2
- Python 3 module for PostgreSQL