Easy Database Access through SqlAlchemy
Purpose of this simplify access process to different types of databases through SQLAlchemy
Installation
Copy the repo and run a
pip install db-access
in the root directory of the repo.
You may also need to install other applications on your computer for these connections to work (i.e. drivers). You can find the links to each of the driver installations below.
Databases Support
So far the package supports the following databases:
Feel free to let me know if there is a need for additional database coverage
Use
Import the corresponding class for the database type you are connecting to and add the required login info. From the object, you can create a SQLAlchemy engine and get that engine. You can also get specific sqlalchemy.Table objects from that connection.
Release files for db-access 0.1.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| db_access-0.1.2.tar.gz | 2.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| db_access-0.1.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:6.6 kB
Release files / db_access-0.1.2.tar.gz
| Download URL | db_access-0.1.2.tar.gz |
|---|---|
| Size | 2.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
b363afd407187af5c888d310144ae69f6dfe4f929a02b00dff861950b13652ca
|
|
BLAKE2b-256 checksum How to use checksums |
a670f5ed9fa027e71679c9805b3dcc06a6fd737b12163dcb78248359766965c5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.4.2 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.5
|
Release files / db_access-0.1.2-py3-none-any.whl
| Download URL | db_access-0.1.2-py3-none-any.whl |
|---|---|
| Size | 3.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
2704f12c438434597954bc53f337fb43df4b66e89d833e8014a2c5b08388b483
|
|
BLAKE2b-256 checksum How to use checksums |
7536d9de9da36e07b5659790e651e2a7cd1d90f0ee6c46d2463a1f35300ea6cc
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.4.2 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.5
|