[ 源代码: python-sql ]
软件包:python3-sql(1.0.0-1)
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
- 交互式高级面向对象语言(默认 python3 版本)
-
- 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
- 软件包暂时不可用
-
- sug: python3-psycopg2
- Python 3 module for PostgreSQL