<div style="padding:10px;display:flex;align-items:end">
<div style="display:inline-block">
<a href="https://srccircumflex.github.io/wsqlite3">
<img src="https://raw.githubusercontent.com/srccircumflex/wsqlite3/main/docs/logo.png" alt="logo" style="display:inline-block">
</a>
</div>
<div style="display:inline-block">
<h1>
<span style="color:#266ed9">W</span><span style="border-bottom:1px solid #266ed9"><span style="color:#266ed9">S</span><span>QL</span><span>ite3</span></span>
<code>(v0.7 under development)</code>
</h1>
</div>
</div>
<div style="padding-left: 30px;border-left: 3px solid #d92661;background: #d9262654;">
<p>
versions <b><0.5</b> are <b>dysfunctional</b>
</p>
</div>
<div style="padding-left: 30px;border-left: 3px solid #d92661;background: #d9262654;">
<p>
versions <b><0.7</b> contains <b>unclean thread management</b>, which can cause zombie processes
</p>
</div>
```commandline
python -m pip install wsqlite3 --upgrade
```
<p>
<b>WSQLite3</b> (<cite>WebSocket SQLite3</cite>) is a simple and lightweight solution to manage
access from multiple processes (or threads) to <b>SQLite3</b> databases.
</p>
<span><b><cite>What it is and what it is not:</cite></b></span>
<div style="padding-left:30px;border-left:3px solid #266ed9">
<p>
The focus of <b>WSQLite3</b> is on simple local session management of multiple instances of a program or
compatibilization of different programs. <b>WSQLite3</b> is not intended as a database in a wide-ranging system for
multiple end users. For this, other advanced database systems with client servers should be used.
</p>
<p>
<mark>
<b>WSQLite3</b> in the basic version is designed for <cite>friendly</cite> connections,
an SSL is NOT implemented and there is NO permission handling
(Caution: <b>WSQLite3</b> also allows remote code execution).
</mark>
</p>
</div>
<span><b><cite>How it works and properties:</cite></b></span>
<div style="padding-left:30px;border-left:3px solid #266ed9">
<p>
<b>WSQLite3</b> manages connections to <b>SQLite3</b> databases for multiple clients per server.
The communication via the <b>WebSocket</b> protocol with <b>JSON</b> data provides simple and high compatibility
between different programs and programming languages.
The focus of the project is on the <b>WSQLite3 service</b>, which is intended as an independent process.
For complex projects, a separate implementation of the client side should be embedded.
</p>
</div>
<a href="https://pypi.org/project/wsqlite3" target="_blank" style="position: absolute;top: 22px; right: 62px;color: #db54d9; z-index:100;">
<img src="https://pypi.org/static/images/logo-small.8998e9d1.svg" alt="pypi.org/wsqlite3" style="height: 24px;">
</a>
<hr>
<p>
<a href="https://srccircumflex.github.io/wsqlite3"><b> ▶ Documentation</b></a>
</p>
Raw data
{
"_id": null,
"home_page": null,
"name": "wsqlite3",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": null,
"keywords": "sql, sqlite, sqlite3, threadsave, database server, database service, session manager, websocket, wsqlite3, sqlite3 threadsave, threadsave sqlite3",
"author": null,
"author_email": "\"Adrian F. Hoefflin\" <srccircumflex@outlook.com>",
"download_url": "https://files.pythonhosted.org/packages/4a/ef/3725be7f02158ee1d7a4898847b752878bee23734af28380bbb3ad1b49c2/wsqlite3-0.7.1.tar.gz",
"platform": null,
"description": "\n <div style=\"padding:10px;display:flex;align-items:end\">\n <div style=\"display:inline-block\">\n <a href=\"https://srccircumflex.github.io/wsqlite3\">\n <img src=\"https://raw.githubusercontent.com/srccircumflex/wsqlite3/main/docs/logo.png\" alt=\"logo\" style=\"display:inline-block\">\n </a>\n </div>\n <div style=\"display:inline-block\">\n <h1>\n <span style=\"color:#266ed9\">W</span><span style=\"border-bottom:1px solid #266ed9\"><span style=\"color:#266ed9\">S</span><span>QL</span><span>ite3</span></span>\n <code>(v0.7 under development)</code>\n </h1>\n </div>\n </div>\n\n <div style=\"padding-left: 30px;border-left: 3px solid #d92661;background: #d9262654;\">\n <p>\n versions <b><0.5</b> are <b>dysfunctional</b>\n </p>\n </div>\n <div style=\"padding-left: 30px;border-left: 3px solid #d92661;background: #d9262654;\">\n <p>\n versions <b><0.7</b> contains <b>unclean thread management</b>, which can cause zombie processes\n </p>\n </div>\n\n```commandline\npython -m pip install wsqlite3 --upgrade\n```\n\n\n <p>\n <b>WSQLite3</b> (<cite>WebSocket SQLite3</cite>) is a simple and lightweight solution to manage\n access from multiple processes (or threads) to <b>SQLite3</b> databases.\n </p>\n\n <span><b><cite>What it is and what it is not:</cite></b></span>\n <div style=\"padding-left:30px;border-left:3px solid #266ed9\">\n <p>\n The focus of <b>WSQLite3</b> is on simple local session management of multiple instances of a program or\n compatibilization of different programs. <b>WSQLite3</b> is not intended as a database in a wide-ranging system for\n multiple end users. For this, other advanced database systems with client servers should be used.\n </p>\n <p>\n <mark>\n <b>WSQLite3</b> in the basic version is designed for <cite>friendly</cite> connections,\n an SSL is NOT implemented and there is NO permission handling\n (Caution: <b>WSQLite3</b> also allows remote code execution).\n </mark>\n </p>\n </div>\n <span><b><cite>How it works and properties:</cite></b></span>\n <div style=\"padding-left:30px;border-left:3px solid #266ed9\">\n <p>\n <b>WSQLite3</b> manages connections to <b>SQLite3</b> databases for multiple clients per server.\n The communication via the <b>WebSocket</b> protocol with <b>JSON</b> data provides simple and high compatibility\n between different programs and programming languages.\n The focus of the project is on the <b>WSQLite3 service</b>, which is intended as an independent process.\n For complex projects, a separate implementation of the client side should be embedded.\n </p>\n </div>\n\n\n\n\n\n\n\n\n<a href=\"https://pypi.org/project/wsqlite3\" target=\"_blank\" style=\"position: absolute;top: 22px; right: 62px;color: #db54d9; z-index:100;\">\n<img src=\"https://pypi.org/static/images/logo-small.8998e9d1.svg\" alt=\"pypi.org/wsqlite3\" style=\"height: 24px;\">\n</a>\n\n\n\n\n<hr>\n<p>\n <a href=\"https://srccircumflex.github.io/wsqlite3\"><b> ▶ Documentation</b></a>\n</p> \n\n\n\n",
"bugtrack_url": null,
"license": "MIT License",
"summary": "WSQLite3 (WebSocket SQLite3) is a simple and lightweight solution to manage access from multiple processes (or threads) to SQLite3 databases.",
"version": "0.7.1",
"project_urls": {
"Documentation": "https://srccircumflex.github.io/wsqlite3",
"Repository": "https://github.com/srccircumflex/wsqlite3"
},
"split_keywords": [
"sql",
" sqlite",
" sqlite3",
" threadsave",
" database server",
" database service",
" session manager",
" websocket",
" wsqlite3",
" sqlite3 threadsave",
" threadsave sqlite3"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "9843f6e59d56cebdb899d01aff34703ae2888ec86ef2f0dbbd3dcdf530dfe787",
"md5": "7d3498621472a9222a20df0df2be3ba7",
"sha256": "00637fcd99871a95e06867a424b1a3a9a5587921c29d544b1fb74fc57a236bf9"
},
"downloads": -1,
"filename": "wsqlite3-0.7.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "7d3498621472a9222a20df0df2be3ba7",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 32307,
"upload_time": "2025-01-11T20:07:00",
"upload_time_iso_8601": "2025-01-11T20:07:00.645397Z",
"url": "https://files.pythonhosted.org/packages/98/43/f6e59d56cebdb899d01aff34703ae2888ec86ef2f0dbbd3dcdf530dfe787/wsqlite3-0.7.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "4aef3725be7f02158ee1d7a4898847b752878bee23734af28380bbb3ad1b49c2",
"md5": "af2689eb1a637ed10fe6c9b5b5d2898d",
"sha256": "c380c8e629db0f33684d790add20082e1c28a76a757a81e19f1ac4ef610aadc4"
},
"downloads": -1,
"filename": "wsqlite3-0.7.1.tar.gz",
"has_sig": false,
"md5_digest": "af2689eb1a637ed10fe6c9b5b5d2898d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 67306,
"upload_time": "2025-01-11T20:07:03",
"upload_time_iso_8601": "2025-01-11T20:07:03.201723Z",
"url": "https://files.pythonhosted.org/packages/4a/ef/3725be7f02158ee1d7a4898847b752878bee23734af28380bbb3ad1b49c2/wsqlite3-0.7.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-01-11 20:07:03",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "srccircumflex",
"github_project": "wsqlite3",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "wsqlite3"
}