A database object creator
Project description
Database Object Creator (D.O.C.)
This library provides a method of creating database connector objects for quick and easy access to multiple databases (both types and servers).
DOC Setup
This library can be installed directly from GitHub or locally:
Run pip install Cython
before proceeding with either install. This package is required prior to installing this library.
To install via GitHub
- Run the command
pip install git+ssh://github.com/haagimus/DbObjectCreator.git
To install locally
- Clone the repo to your local machine using the Clone or Download button in the upper left or click this download link. https://github.com/BridgeCr/DOC/archive/master.zip
- In a terminal window navigate to the location the file was downloaded
- Execute the following command
pip install DOC-master.zip
(change DOC-master.zip if you named it something else.)
DOC Usage
- Import the library into your project using
from DbObjectCreator import DbObjectCreator
- Create a new DbObject using
new_db = DbObjectCreator.DbObject()
- new_db can now be used to call multiple methods against the database.
This library supports both Windows and OSX architecture. If installing on OSX you will need FreeTDS installed.
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
File details
Details for the file DbObjectCreator-1.0.10.tar.gz
.
File metadata
- Download URL: DbObjectCreator-1.0.10.tar.gz
- Upload date:
- Size: 6.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/46.4.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 497f5ecabb1d69184b18be78953cdcff99dc9468f061b5f90b9819cca98227fb |
|
MD5 | ffb6f5461845df20440fd5d8ad6b6a07 |
|
BLAKE2b-256 | 0c5f996faec69d3fdcf5738bdfd91d27100c8200c445850d1fbd4fff99abce58 |