{"id":21507739,"url":"https://github.com/psqlpy-python/psqlpy-piccolo","last_synced_at":"2026-03-06T17:30:48.919Z","repository":{"id":246077076,"uuid":"819582297","full_name":"psqlpy-python/psqlpy-piccolo","owner":"psqlpy-python","description":"PSQLPy integration for Piccolo-ORM","archived":false,"fork":false,"pushed_at":"2026-03-02T17:29:41.000Z","size":147,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-02T20:56:31.331Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/psqlpy-python.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-06-24T19:56:09.000Z","updated_at":"2025-06-19T04:45:12.000Z","dependencies_parsed_at":"2024-06-25T18:56:23.926Z","dependency_job_id":"5c5ff29c-c8ff-438a-8fb9-7a7d787e0552","html_url":"https://github.com/psqlpy-python/psqlpy-piccolo","commit_stats":null,"previous_names":["qaspen-python/psqlpy-piccolo"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/psqlpy-python/psqlpy-piccolo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psqlpy-python%2Fpsqlpy-piccolo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psqlpy-python%2Fpsqlpy-piccolo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psqlpy-python%2Fpsqlpy-piccolo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psqlpy-python%2Fpsqlpy-piccolo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/psqlpy-python","download_url":"https://codeload.github.com/psqlpy-python/psqlpy-piccolo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psqlpy-python%2Fpsqlpy-piccolo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30187718,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T14:42:24.748Z","status":"ssl_error","status_checked_at":"2026-03-06T14:42:14.925Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-11-23T20:38:27.289Z","updated_at":"2026-03-06T17:30:48.862Z","avatar_url":"https://github.com/psqlpy-python.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/psqlpy-piccolo?style=for-the-badge)](https://pypi.org/project/psqlpy-piccolo/)\n\n# psqlpy-piccolo\n\nThis is a third-party Rust engine for [Piccolo ORM](https://github.com/piccolo-orm/piccolo).  \nUnder the hood, this engine uses [PSQLPy](https://github.com/qaspen-python/psqlpy), which is Rust-based and blazingly fast 🔥.\n\n## Installation\n\nYou can install package with `pip` or `poetry`.\n\npoetry:\n\n```bash\n$ poetry add psqlpy-piccolo\n```\n\npip:\n\n```bash\n$ pip install psqlpy-piccolo\n```\n\n## Usage\n\nUsage is as easy as possible.  \nPSQLPy based engine has the same interface as other engines from piccolo.\n\n```python\nfrom psqlpy_piccolo import PSQLPyEngine\n\n\nDB = PSQLPyEngine(\n    config={\n        \"host\": \"127.0.0.1\",\n        \"port\": 5432,\n        \"user\": \"postgres\",\n        \"password\": \"postgres\",\n        \"database\": \"psqlpy-piccolo\",\n    },\n)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpsqlpy-python%2Fpsqlpy-piccolo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpsqlpy-python%2Fpsqlpy-piccolo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpsqlpy-python%2Fpsqlpy-piccolo/lists"}