{"id":13468799,"url":"https://github.com/rogerbinns/apsw","last_synced_at":"2025-05-14T01:03:06.949Z","repository":{"id":12827101,"uuid":"15502383","full_name":"rogerbinns/apsw","owner":"rogerbinns","description":"Another Python SQLite wrapper","archived":false,"fork":false,"pushed_at":"2024-10-27T00:00:30.000Z","size":47694,"stargazers_count":733,"open_issues_count":15,"forks_count":97,"subscribers_count":31,"default_branch":"master","last_synced_at":"2024-10-29T15:12:59.294Z","etag":null,"topics":["c","python3","sqlite3"],"latest_commit_sha":null,"homepage":"https://rogerbinns.github.io/apsw/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"Zebreu/ConvolutionalEmotion","license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rogerbinns.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2013-12-29T02:36:05.000Z","updated_at":"2024-10-13T18:32:02.000Z","dependencies_parsed_at":"2023-10-04T22:21:37.221Z","dependency_job_id":"4b1f439f-f66b-43cd-8e6a-06c68ac1ab96","html_url":"https://github.com/rogerbinns/apsw","commit_stats":{"total_commits":3148,"total_committers":7,"mean_commits":449.7142857142857,"dds":"0.010800508259212194","last_synced_commit":"42ef46001d6ccb9085c5cf608aec6b2d3f0f794a"},"previous_names":[],"tags_count":125,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rogerbinns%2Fapsw","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rogerbinns%2Fapsw/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rogerbinns%2Fapsw/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rogerbinns%2Fapsw/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rogerbinns","download_url":"https://codeload.github.com/rogerbinns/apsw/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248224787,"owners_count":21068075,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["c","python3","sqlite3"],"created_at":"2024-07-31T15:01:19.317Z","updated_at":"2025-04-10T13:09:34.950Z","avatar_url":"https://github.com/rogerbinns.png","language":"Python","readme":".. image::  https://raw.githubusercontent.com/rogerbinns/apsw/master/doc/apswlogo.png\n  :width: 215 px\n  :align: left\n  :alt: APSW logo - links to documentation\n  :target: https://rogerbinns.github.io/apsw/\n\nAPSW stands for **A**\\ nother **P**\\ ython **S**\\ QLite **W**\\ rapper.   APSW\nsupports CPython 3.9 onwards.\n\nAbout\n=====\n\nAPSW lets you get the most out of the `SQLite \u003chttps://sqlite.org/\u003e`__\nembedded relational database engine from Python, and the most out of\nPython from SQLite.  APSW glues together the complete `SQLite C API\n\u003chttps://sqlite.org/c3ref/intro.html\u003e`__ and `Python's C API\n\u003chttps://docs.python.org/3/c-api/index.html\u003e`__, staying up to date\nwith both SQLite and Python.  This includes `full text search\n\u003chttps://rogerbinns.github.io/apsw/textsearch.html\u003e`__.\n\n\nIt is recommended to use the builtin `sqlite3 module\n\u003chttps://docs.python.org/3/library/sqlite3.html\u003e`__ if you want SQLite\nto appear interchangeable with the other database drivers.\n\nUse APSW when you want to use SQLite fully, and have an improved\ndeveloper experience.  The `documentation\n\u003chttps://rogerbinns.github.io/apsw/pysqlite.html\u003e`__ has a section on\nthe differences between APSW and sqlite3.\n\nHelp/Documentation\n==================\n\nThere is a tour and example code using APSW at\nhttps://rogerbinns.github.io/apsw/example.html\n\nThe latest documentation is at https://rogerbinns.github.io/apsw/\n\nMailing lists/contacts\n======================\n\n* `Python SQLite discussion group\n  \u003chttps://groups.google.com/group/python-sqlite\u003e`__  (preferred)\n* `Github discussions \u003chttps://github.com/rogerbinns/apsw/discussions\u003e`__\n* You can also email the author at `rogerb@rogerbinns.com\n  \u003cmailto:rogerb@rogerbinns.com\u003e`__\n\nReleases and Changes\n====================\n\nReleases are made to `PyPI \u003chttps://pypi.org/project/apsw/\u003e`__\n(install using pip) and `Github\n\u003chttps://github.com/rogerbinns/apsw/releases\u003e`__\n\nNew release announcements are sent to the `Python SQLite discussion\ngroup \u003chttps://groups.google.com/group/python-sqlite\u003e`__ and there is\nan `RSS feed from PyPI\n\u003chttps://pypi.org/rss/project/apsw/releases.xml\u003e`__.\n\n`Full detailed list of changes\n\u003chttps://rogerbinns.github.io/apsw/changes.html\u003e`__\n\nBugs\n====\n\nYou can find existing and fixed bugs by clicking on `Issues\n\u003chttps://github.com/rogerbinns/apsw/issues\u003e`__ and using \"New Issue\"\nto report previously unknown issues.\n\nLicense\n=======\n\nSee `LICENSE\n\u003chttps://github.com/rogerbinns/apsw/blob/master/LICENSE\u003e`__ - in\nessence any OSI approved open source license.","funding_links":[],"categories":["C","Libraries","wrapper/ORM"],"sub_categories":["Python"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frogerbinns%2Fapsw","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frogerbinns%2Fapsw","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frogerbinns%2Fapsw/lists"}