Metadata-Version: 2.4
Name: sqlite_database
Version: 0.7.2
Summary: A weird wrapper for SQLite Connection
Home-page: https://github.com/RimuEirnarn/sqlite_database
Author: RimuEirnarn
Author-email: Rimu Eirnarn <rimuru720@proton.me>
License-Expression: BSD-3-Clause
Project-URL: Homepage, https://github.com/RimuEirnarn/sqlite_database
Project-URL: Documentation, https://sqlite-database.rtfd.io
Project-URL: Repository, https://github.com/RimuEirnarn/sqlite_database.git
Keywords: sqlite,sqlite3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pylint; extra == "dev"
Requires-Dist: black; extra == "dev"
Provides-Extra: docs
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: myst_parser; extra == "docs"
Dynamic: license-file

# 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)
![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/pytest.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)
![CodeFactor Grade](https://img.shields.io/codefactor/grade/github/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.

## Usage/Showcase

Want to know how I use sqlite-database? [Visit this demo](https://github.com/RimuEirnarn/sqlite_database_demo)

## 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)
