sqlite-database


Namesqlite-database JSON
Version 0.4.4 PyPI version JSON
download
home_pagehttps://github.com/RimuEirnarn/sqlite_database
SummaryA weird wrapper for SQLite Connection
upload_time2024-01-19 03:18:42
maintainer
docs_urlNone
authorRimuEirnarn
requires_python>=3.11
licenseBSD 3-Clause License
keywords sqlite sqlite3
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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": "",
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": "",
    "keywords": "sqlite,sqlite3",
    "author": "RimuEirnarn",
    "author_email": "Rimu Eirnarn <rimuru720@proton.me>",
    "download_url": "https://files.pythonhosted.org/packages/2e/13/fb511c7596b58a0cb73c0592af5d98d0b78da7967251deb50ba154bb88cf/sqlite_database-0.4.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.4.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": "5cda7dcb2f796a234248e890a408526e1fc0a4b08ff2bdfa668ae52448bc9b61",
                "md5": "b9aa502b8a7ac551bdf38ae6be05898e",
                "sha256": "ff14140c5021a6b4af9f03e60cd6a5c9ab91ac864c9deabd28aea90513d99d8e"
            },
            "downloads": -1,
            "filename": "sqlite_database-0.4.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b9aa502b8a7ac551bdf38ae6be05898e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 27102,
            "upload_time": "2024-01-19T03:18:40",
            "upload_time_iso_8601": "2024-01-19T03:18:40.814495Z",
            "url": "https://files.pythonhosted.org/packages/5c/da/7dcb2f796a234248e890a408526e1fc0a4b08ff2bdfa668ae52448bc9b61/sqlite_database-0.4.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2e13fb511c7596b58a0cb73c0592af5d98d0b78da7967251deb50ba154bb88cf",
                "md5": "c32c2ab31c6aec826c0efd5faaca2ca9",
                "sha256": "daa76ee04f030aec423f45e6cdc1a6d0dbb1f02fd9854049d7e44629e496604f"
            },
            "downloads": -1,
            "filename": "sqlite_database-0.4.4.tar.gz",
            "has_sig": false,
            "md5_digest": "c32c2ab31c6aec826c0efd5faaca2ca9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 45315,
            "upload_time": "2024-01-19T03:18:42",
            "upload_time_iso_8601": "2024-01-19T03:18:42.880979Z",
            "url": "https://files.pythonhosted.org/packages/2e/13/fb511c7596b58a0cb73c0592af5d98d0b78da7967251deb50ba154bb88cf/sqlite_database-0.4.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-19 03:18:42",
    "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"
}
        
Elapsed time: 0.17335s