msaccessdb
A package to create a new (empty) Access database.
Potentially of interest to pyodbc users who:
-
switched from
pypyodbcand miss having thepypyodbc.win_create_mdbmethod (see Note 3, below), -
need to create a new Access database so they can dump information into it, or
-
want to create a temporary database to help work around issues regarding performance, prevent "bloat" in the main database, or avoid the dreaded "Operation must use an updateable query." error message.
Installation:
pip install msaccessdb
Usage:
import msaccessdb
msaccessdb.create(r'C:\path\to\new.accdb')
Notes:
-
This package does not need the Access Database Engine to create a database.
-
No effort is made to prevent overwriting an existing file.
-
This package simply creates the file. It doesn't automatically connect to it using
pyodbc(or anything else).
Release files for msaccessdb 1.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| msaccessdb-1.0.0.tar.gz | 8.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| msaccessdb-1.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 29.2 kB
Release files / msaccessdb-1.0.0.tar.gz
| Download URL | msaccessdb-1.0.0.tar.gz |
|---|---|
| Size | 8.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
9d3e42c30756afad484755bc84732bcffab42632d42ea93dd446ac0b5609b563
|
|
BLAKE2b-256 checksum How to use checksums |
b0c5edf2c17b5664f7b04f2a3357ee239f8488273c6bb1824ef47029a2daa4c3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.7.4
|
Release files / msaccessdb-1.0.0-py3-none-any.whl
| Download URL | msaccessdb-1.0.0-py3-none-any.whl |
|---|---|
| Size | 20.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
760a510c6f14b4a40105fe65171fd5e8717bf30a447dcb9b76f340a303c3475a
|
|
BLAKE2b-256 checksum How to use checksums |
5969a0702a6418117aa4dc6031b304b2b2139022ba7d52d6b1c6cb1134f9f5c4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.7.4
|