Simple operation of database
Project description
README
db_operations is a small tool to simplify the daily operation of the database.
Currently, for MySQL, sqlserver and Oracle databases:
-It can query the fields, data volume and other information of the table in the database.
-Query the tables in the database.
-Gets the record of the table in the database.
-It simplifies the execution of SQL statement query, update and other operations.
For PostgreSQL database:
-The records in the table can be obtained.
-The data can be put into the database in batches.
-It simplifies the execution of SQL statement query, update and other operations.
Installation
db_operations depends on:
- Python(>=3.6)
- pandas
- pymysql
- pymssql
- cx_Oracle
- psycopg2
- io
使用指南
db_operations是一个简化日常操作数据库的小工具。
目前针对MySQL,SqlServer及Oracle数据库:
-
可查询数据库中表的字段、数据量等信息。
-
查询数据库中表的条目。
-
获取数据库中表的记录。
-
简化了执行SQL语句查询、更新等操作。
针对postgresql数据库:
- 可获取表中记录。
- 可将数据批量放入数据库。
- 简化了执行SQL语句查询、更新等操作。
安装
db_operations依赖于:
- Python(>=3.6)
- pandas
- pymysql
- pymssql
- cx_Oracle
- psycopg2
- io
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file db_operations-1.0.1.tar.gz.
File metadata
- Download URL: db_operations-1.0.1.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/54.1.1 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
56fc73b3abd59615b79d191903ca55f057c50017215de40830bae2de8c01e85c
|
|
| MD5 |
bd93f20340aa19a624f0ae86f72ac16e
|
|
| BLAKE2b-256 |
676dc810e777c54104d8c52008065de1b3397484007ddbfea36b09dfdfbe9c5d
|