Name | database-lib JSON |
Version |
0.0.1
JSON |
| download |
home_page | None |
Summary | A basic sqlite3 editing library |
upload_time | 2024-06-08 19:13:24 |
maintainer | None |
docs_url | None |
author | Theodor Billek |
requires_python | None |
license | MIT |
keywords |
database
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# SQLite Database Management Module
This Python module provides functions to manage SQLite databases efficiently. It includes functions for connecting to a database, creating tables, inserting, updating, and deleting rows, as well as dropping tables and deleting the entire database file. Additionally, it offers functionality to execute custom SQL queries and print the contents of a table.
# Installation & Importing
- pip install database-lib==0.0.1
- import with: import database_lib
Change Log
==========
0.0.1 (2023-10-10)
------------------
- First release
Raw data
{
"_id": null,
"home_page": null,
"name": "database-lib",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "database",
"author": "Theodor Billek",
"author_email": "HilbertLooked@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/13/da/9db19a528aa12fe2511143fff8a807e573c558e89560a4db830a6f46326b/database-lib-0.0.1.tar.gz",
"platform": null,
"description": "# SQLite Database Management Module\r\n\r\nThis Python module provides functions to manage SQLite databases efficiently. It includes functions for connecting to a database, creating tables, inserting, updating, and deleting rows, as well as dropping tables and deleting the entire database file. Additionally, it offers functionality to execute custom SQL queries and print the contents of a table.\r\n\r\n\r\n# Installation & Importing\r\n\r\n- pip install database-lib==0.0.1\r\n- import with: import database_lib\r\n\r\nChange Log\r\n==========\r\n\r\n0.0.1 (2023-10-10)\r\n------------------\r\n- First release\r\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A basic sqlite3 editing library",
"version": "0.0.1",
"project_urls": null,
"split_keywords": [
"database"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "13da9db19a528aa12fe2511143fff8a807e573c558e89560a4db830a6f46326b",
"md5": "b357bc85ba47dff3540de6d8b424af41",
"sha256": "9fbf1b5b069099c245d8786ecbd9049575299bb96f995933c1f79b4b2aa1b584"
},
"downloads": -1,
"filename": "database-lib-0.0.1.tar.gz",
"has_sig": false,
"md5_digest": "b357bc85ba47dff3540de6d8b424af41",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 4039,
"upload_time": "2024-06-08T19:13:24",
"upload_time_iso_8601": "2024-06-08T19:13:24.081186Z",
"url": "https://files.pythonhosted.org/packages/13/da/9db19a528aa12fe2511143fff8a807e573c558e89560a4db830a6f46326b/database-lib-0.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-06-08 19:13:24",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "database-lib"
}