[ ソース: python-sql ]
パッケージ: python3-sql (1.4.0-1+deb12u1)
python3-sql に関するリンク
Debian の資源:
python-sql ソースパッケージをダウンロード:
- [python-sql_1.4.0-1+deb12u1.dsc]
- [python-sql_1.4.0.orig.tar.gz]
- [python-sql_1.4.0.orig.tar.gz.asc]
- [python-sql_1.4.0-1+deb12u1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [hg.tryton.org]
類似のパッケージ:
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.
その他の python3-sql 関連パッケージ
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-pkg-resources
- pkg_resources を用いたパッケージ検索およびリソースアクセス
-
- sug: python3-apsw
- もう一つの Python SQLite 3 ラッパー (Python 3 版)
-
- sug: python3-mysql.connector
- パッケージは利用できません
-
- sug: python3-psycopg2
- Python 3 module for PostgreSQL