| Name | sqlitestorage JSON |
| Version |
1.1.1
JSON |
| download |
| home_page | None |
| Summary | SQLite storage for aiogram bots. |
| upload_time | 2024-08-30 14:44:34 |
| maintainer | None |
| docs_url | None |
| author | None |
| requires_python | >=3.8 |
| license | None |
| keywords |
|
| VCS |
 |
| bugtrack_url |
|
| requirements |
No requirements were recorded.
|
| Travis-CI |
No Travis.
|
| coveralls test coverage |
No coveralls.
|
# SQLiteStorage
SQLite storage is a small module that allows you to use SQLite as aiogram storage.
# Install
```pip install sqlitestorage```
# Usage
```from sqlitestorage import SQLiteStorage```
....
```dp = Dispatcher(storage = SQLiteStorage('users.db'))```
Thanks [KurimuzonAkuma](https://github.com/KurimuzonAkuma) for his [gist](https://gist.github.com/KurimuzonAkuma/683eec4d62e111578a42608d4485fc27)
Raw data
{
"_id": null,
"home_page": null,
"name": "sqlitestorage",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": null,
"author": null,
"author_email": "osf4 <12y98431c29y4@mail.ru>",
"download_url": null,
"platform": null,
"description": "# SQLiteStorage\nSQLite storage is a small module that allows you to use SQLite as aiogram storage.\n\n# Install\n```pip install sqlitestorage```\n\n# Usage\n```from sqlitestorage import SQLiteStorage```\n\n....\n\n```dp = Dispatcher(storage = SQLiteStorage('users.db'))```\n\n\nThanks [KurimuzonAkuma](https://github.com/KurimuzonAkuma) for his [gist](https://gist.github.com/KurimuzonAkuma/683eec4d62e111578a42608d4485fc27)\n",
"bugtrack_url": null,
"license": null,
"summary": "SQLite storage for aiogram bots.",
"version": "1.1.1",
"project_urls": {
"Homepage": "https://github.com/osf4/sqlitestorage",
"Issues": "https://github.com/osf4/sqlitestorage/issues"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "461317d1e5d27536683999dba57bfcc5f0bc70f3919c19493024dd579910f248",
"md5": "73c9b01886c973b75e108af28e1202a1",
"sha256": "c329cf4679d3b46c488075fcec9d77a2a516b410a89e466a8c41ce77cf0017a9"
},
"downloads": -1,
"filename": "sqlitestorage-1.1.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "73c9b01886c973b75e108af28e1202a1",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 3136,
"upload_time": "2024-08-30T14:44:34",
"upload_time_iso_8601": "2024-08-30T14:44:34.760953Z",
"url": "https://files.pythonhosted.org/packages/46/13/17d1e5d27536683999dba57bfcc5f0bc70f3919c19493024dd579910f248/sqlitestorage-1.1.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-08-30 14:44:34",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "osf4",
"github_project": "sqlitestorage",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "sqlitestorage"
}