Skip to main content

Make Database Managing easier!

Project description

DBManager.py

PyVersion

A library for Database Management that makes our development easier.

Compatibility

This module supports connections with MySQL, PostgreSQL, SQL Server and SQLite3.

Features

The module manage almost everything by itself, this means Opening/Closing connections, cursors and managing of Commits.
Some of its features are:

  • execute(sql): Executes either an SQL sentence or a .sql file. It also can return values from a SELECT.
  • select(table, columns, condition, order): This method will return a list of selected values or just a value if ResultSet turns out to be just one.
  • insert(table, values): Inserts values into a table by the folowwing syntax: insert("test", id=12, name="LeCuay", money=32.12).
  • update(table, condition, sets): Updates rows by the following syntax: update("test", "name like '%Cuai%'", name="LeCuay", id=1, money=122.53).
  • create_table(table, values): Creates a table with the params in values by the following syntax: create_table("test", id="INTEGER PRIMARY KEY", name="VARCHAR(255)".
  • create_database(dbname): Manage the creation of a Database and its Isolation levels.
  • callproc(name, params): Calls a stored procedure from the Database.

To-do List

  • Add compatibility with OracleDB.
  • Add compatibility with MongoDB.
  • Add more specific features for each Connection.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

DBManager-0.1.3.tar.gz (6.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

DBManager-0.1.3-py3-none-any.whl (7.0 kB view details)

Uploaded Python 3

File details

Details for the file DBManager-0.1.3.tar.gz.

File metadata

  • Download URL: DBManager-0.1.3.tar.gz
  • Upload date:
  • Size: 6.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/3.7.0

File hashes

Hashes for DBManager-0.1.3.tar.gz
Algorithm Hash digest
SHA256 917838e2fd5b18e9ea30dd450ee39bd83d4a0712f52ca45c25c7fde8cd0ba2b9
MD5 0ab1535bb0801f43e38543edcd955df1
BLAKE2b-256 ca990ec18006092cf6d309883e7ec9549d926b047e509b01c8e3d13af2ae16af

See more details on using hashes here.

File details

Details for the file DBManager-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: DBManager-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 7.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/3.7.0

File hashes

Hashes for DBManager-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 85fcb975d45d8e755ccd192fad773641d90c616ecd53c997c8c4bb08992f7551
MD5 03e03c2d5b79659b3b2d80d8957b8f4c
BLAKE2b-256 98f1aff6f7767528445784c40d01f5cec7f6adcb10a78e275e2dbf31cb44354b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page