# SQLite Database
<div align="center">
![GitHub forks](https://img.shields.io/github/forks/RimuEirnarn/sqlite_database?style=social)
![GitHub Repo stars](https://img.shields.io/github/stars/RimuEirnarn/sqlite_database?style=social)
![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/RimuEirnarn/sqlite_database)
![GitHub closed pull requests](https://img.shields.io/github/issues-pr-closed/RimuEirnarn/sqlite_database)
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/RimuEirnarn/sqlite_database)
![Lines of code](https://img.shields.io/tokei/lines/github/RimuEirnarn/sqlite_database)
![GitHub all releases](https://img.shields.io/github/downloads/RimuEirnarn/sqlite_database/total)
![GitHub Workflow(pylint) Status](https://img.shields.io/github/actions/workflow/status/RimuEirnarn/sqlite_database/pylint.yml?label=lint)
![GitHub Workflow(pytest) Status](https://img.shields.io/github/actions/workflow/status/RimuEirnarn/sqlite_database/python-app.yml?label=tests)
![GitHub Workflow(pypi) Status](https://img.shields.io/github/actions/workflow/status/RimuEirnarn/sqlite_database/python-publish.yml)
![GitHub release (latest by date)](https://img.shields.io/github/v/release/RimuEirnarn/sqlite_database)
[![Documentation Status](https://readthedocs.org/projects/sqlite-database/badge/?version=latest)](https://sqlite-database.readthedocs.io/en/latest/?badge=latest)
![GitHub](https://img.shields.io/github/license/RimuEirnarn/sqlite_database)
![PyPI - Format](https://img.shields.io/pypi/format/sqlite-database)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/sqlite-database)
![PyPI - Implementation](https://img.shields.io/pypi/implementation/sqlite-database)
![PyPI - Downloads](https://img.shields.io/pypi/dm/sqlite-database?label=%28PyPI%29%20downloads)
</div>
SQLite Database is a weird wrapper for SQLite Connection. It's intended to be easy to use and simple.
> [!WARNING]
> This project as per version number (<1.0) is not either efficient (in term of memory usage) and fast. If you found a serious problem, please let us know.
## Installation
Installation from PyPI is now available, `pip install sqlite-database`
From previous versions, installations can be done using `pip install https://github.com/RimuEirnarn/sqlite_database/archive/refs/tags/<latest version>.zip`
## Features
Feature overview can be found in [Features.md](https://github.com/RimuEirnarn/sqlite_database/blob/main/Features.md)
It's still recommended to see the [short docs](https://sqlite-database.rtfd.io/)
## History & Pre-contributors
You can read why this library exists by reading [the history](History.md). The pre-contributor is only ChatGPT.
## Contributing
You can submit any issue if you found a good issue. You can submit a pull request as long as the thing you want complies with what this project aims for.
## License
This library/wrapper/repo/project is licensed with/in BSD 3-Clause "New" or "Revised" License.
[LICENSE](https://github.com/RimuEirnarn/sqlite_database/blob/main/LICENSE)
Raw data
{
"_id": null,
"home_page": "https://github.com/RimuEirnarn/sqlite_database",
"name": "sqlite-database",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.11",
"maintainer_email": null,
"keywords": "sqlite, sqlite3",
"author": "RimuEirnarn",
"author_email": "Rimu Eirnarn <rimuru720@proton.me>",
"download_url": "https://files.pythonhosted.org/packages/be/8e/cfc2c1cdf4eaae1e9dc6dd536d693521420fd39f050066be13e3faa845e5/sqlite_database-0.5.4.tar.gz",
"platform": null,
"description": "# SQLite Database\n\n<div align=\"center\">\n\n![GitHub forks](https://img.shields.io/github/forks/RimuEirnarn/sqlite_database?style=social)\n![GitHub Repo stars](https://img.shields.io/github/stars/RimuEirnarn/sqlite_database?style=social)\n\n![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/RimuEirnarn/sqlite_database)\n![GitHub closed pull requests](https://img.shields.io/github/issues-pr-closed/RimuEirnarn/sqlite_database)\n![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/RimuEirnarn/sqlite_database)\n![Lines of code](https://img.shields.io/tokei/lines/github/RimuEirnarn/sqlite_database)\n![GitHub all releases](https://img.shields.io/github/downloads/RimuEirnarn/sqlite_database/total)\n![GitHub Workflow(pylint) Status](https://img.shields.io/github/actions/workflow/status/RimuEirnarn/sqlite_database/pylint.yml?label=lint)\n![GitHub Workflow(pytest) Status](https://img.shields.io/github/actions/workflow/status/RimuEirnarn/sqlite_database/python-app.yml?label=tests)\n![GitHub Workflow(pypi) Status](https://img.shields.io/github/actions/workflow/status/RimuEirnarn/sqlite_database/python-publish.yml)\n![GitHub release (latest by date)](https://img.shields.io/github/v/release/RimuEirnarn/sqlite_database)\n[![Documentation Status](https://readthedocs.org/projects/sqlite-database/badge/?version=latest)](https://sqlite-database.readthedocs.io/en/latest/?badge=latest)\n![GitHub](https://img.shields.io/github/license/RimuEirnarn/sqlite_database)\n \n![PyPI - Format](https://img.shields.io/pypi/format/sqlite-database)\n![PyPI - Python Version](https://img.shields.io/pypi/pyversions/sqlite-database)\n![PyPI - Implementation](https://img.shields.io/pypi/implementation/sqlite-database)\n![PyPI - Downloads](https://img.shields.io/pypi/dm/sqlite-database?label=%28PyPI%29%20downloads)\n\n</div>\n\nSQLite Database is a weird wrapper for SQLite Connection. It's intended to be easy to use and simple.\n\n> [!WARNING]\n> This project as per version number (<1.0) is not either efficient (in term of memory usage) and fast. If you found a serious problem, please let us know.\n\n## Installation\n\nInstallation from PyPI is now available, `pip install sqlite-database`\n\nFrom previous versions, installations can be done using `pip install https://github.com/RimuEirnarn/sqlite_database/archive/refs/tags/<latest version>.zip`\n\n## Features\n\nFeature overview can be found in [Features.md](https://github.com/RimuEirnarn/sqlite_database/blob/main/Features.md)\n\nIt's still recommended to see the [short docs](https://sqlite-database.rtfd.io/)\n\n## History & Pre-contributors\n\nYou can read why this library exists by reading [the history](History.md). The pre-contributor is only ChatGPT.\n\n## Contributing\n\nYou can submit any issue if you found a good issue. You can submit a pull request as long as the thing you want complies with what this project aims for.\n\n## License\n\nThis library/wrapper/repo/project is licensed with/in BSD 3-Clause \"New\" or \"Revised\" License.\n\n[LICENSE](https://github.com/RimuEirnarn/sqlite_database/blob/main/LICENSE)\n",
"bugtrack_url": null,
"license": "BSD 3-Clause License",
"summary": "A weird wrapper for SQLite Connection",
"version": "0.5.4",
"project_urls": {
"Homepage": "https://github.com/RimuEirnarn/sqlite_database",
"documentation": "https://sqlite-database.rtfd.io",
"repository": "https://github.com/RimuEirnarn/sqlite_database.git"
},
"split_keywords": [
"sqlite",
" sqlite3"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "0be3d58e83f7feb092e3fdb47033b8d2f2203aecacf1f195c00cfbb08d83591c",
"md5": "a8c71cf7ec49d943bb630432a31e9dcd",
"sha256": "5409c7605500b7d32c417cb5af1d00730079b7b5f541a18b89a8d6d49abdbf13"
},
"downloads": -1,
"filename": "sqlite_database-0.5.4-py3-none-any.whl",
"has_sig": false,
"md5_digest": "a8c71cf7ec49d943bb630432a31e9dcd",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.11",
"size": 27744,
"upload_time": "2024-12-19T11:43:34",
"upload_time_iso_8601": "2024-12-19T11:43:34.596633Z",
"url": "https://files.pythonhosted.org/packages/0b/e3/d58e83f7feb092e3fdb47033b8d2f2203aecacf1f195c00cfbb08d83591c/sqlite_database-0.5.4-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "be8ecfc2c1cdf4eaae1e9dc6dd536d693521420fd39f050066be13e3faa845e5",
"md5": "b6e5278a31064f98f1a2bba7f5062698",
"sha256": "8de266714ca76524ad7a440e3f6845ecb1676dd792d282967ef9d7969e496212"
},
"downloads": -1,
"filename": "sqlite_database-0.5.4.tar.gz",
"has_sig": false,
"md5_digest": "b6e5278a31064f98f1a2bba7f5062698",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.11",
"size": 51196,
"upload_time": "2024-12-19T11:43:38",
"upload_time_iso_8601": "2024-12-19T11:43:38.513192Z",
"url": "https://files.pythonhosted.org/packages/be/8e/cfc2c1cdf4eaae1e9dc6dd536d693521420fd39f050066be13e3faa845e5/sqlite_database-0.5.4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-19 11:43:38",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "RimuEirnarn",
"github_project": "sqlite_database",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "sqlite-database"
}