wsqlite3


Namewsqlite3 JSON
Version 0.5.3 PyPI version JSON
download
home_pageNone
SummaryWSQLite3 (WebSocket SQLite3) is a simple and lightweight solution to manage access from multiple processes (or threads) to SQLite3 databases.
upload_time2024-12-13 18:09:41
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseMIT License
keywords sql sqlite sqlite3 threadsave database server database service session manager websocket wsqlite3 sqlite3 threadsave threadsave sqlite3
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
  <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.5 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>

```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> &#9654; &nbsp; 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/b9/84/7fb44ebfbe1bfeff5a7ef44fb8e0de132c85a2b69e06cc850cbce036212f/wsqlite3-0.5.3.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.5 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\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> &#9654; &nbsp; 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.5.3",
    "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": "65efca48f90989a6ed054f348cf4d75166c75fa857e586f9751b3c43eb90ffc6",
                "md5": "2de84002f4d1621e42fd8adcf7472958",
                "sha256": "aa60921d5634bad4cccb29bf17115341f87eef50e5ce65bbfac55601336b8423"
            },
            "downloads": -1,
            "filename": "wsqlite3-0.5.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2de84002f4d1621e42fd8adcf7472958",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 28078,
            "upload_time": "2024-12-13T18:09:38",
            "upload_time_iso_8601": "2024-12-13T18:09:38.701208Z",
            "url": "https://files.pythonhosted.org/packages/65/ef/ca48f90989a6ed054f348cf4d75166c75fa857e586f9751b3c43eb90ffc6/wsqlite3-0.5.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b9847fb44ebfbe1bfeff5a7ef44fb8e0de132c85a2b69e06cc850cbce036212f",
                "md5": "778bdd7110f32ff145ef5020afbdb53c",
                "sha256": "60bc95aac152cd5ad24abf121b6d4924ebaf3dbd26b584baeee7f34d015847aa"
            },
            "downloads": -1,
            "filename": "wsqlite3-0.5.3.tar.gz",
            "has_sig": false,
            "md5_digest": "778bdd7110f32ff145ef5020afbdb53c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 63277,
            "upload_time": "2024-12-13T18:09:41",
            "upload_time_iso_8601": "2024-12-13T18:09:41.546278Z",
            "url": "https://files.pythonhosted.org/packages/b9/84/7fb44ebfbe1bfeff5a7ef44fb8e0de132c85a2b69e06cc850cbce036212f/wsqlite3-0.5.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-13 18:09:41",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "srccircumflex",
    "github_project": "wsqlite3",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "wsqlite3"
}
        
Elapsed time: 0.90581s