{"id":17102097,"url":"https://github.com/djrobstep/sqlbag","last_synced_at":"2025-04-13T00:36:53.147Z","repository":{"id":53602741,"uuid":"64018031","full_name":"djrobstep/sqlbag","owner":"djrobstep","description":"Handy python code for doing database things.","archived":false,"fork":false,"pushed_at":"2023-03-19T06:26:19.000Z","size":44,"stargazers_count":16,"open_issues_count":7,"forks_count":6,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-13T00:36:45.519Z","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":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/djrobstep.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":"2016-07-23T13:45:14.000Z","updated_at":"2025-02-28T03:01:50.000Z","dependencies_parsed_at":"2024-06-19T17:10:11.312Z","dependency_job_id":null,"html_url":"https://github.com/djrobstep/sqlbag","commit_stats":{"total_commits":21,"total_committers":4,"mean_commits":5.25,"dds":"0.47619047619047616","last_synced_commit":"eaaeec4158ffa139fba1ec30d7887f4d836f4120"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djrobstep%2Fsqlbag","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djrobstep%2Fsqlbag/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djrobstep%2Fsqlbag/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djrobstep%2Fsqlbag/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/djrobstep","download_url":"https://codeload.github.com/djrobstep/sqlbag/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248650414,"owners_count":21139671,"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":[],"created_at":"2024-10-14T15:28:10.265Z","updated_at":"2025-04-13T00:36:53.127Z","avatar_url":"https://github.com/djrobstep.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"sqlbag: various sql boilerplate\n===============================\n\nThis is just a collection of handy code for doing database things.\n\nWhat is in the box\n------------------\n\nConnections, flask setup, SQLAlchemy ORM helpers, temporary database setup and teardown (handy for integration tests).\n\nInstallation\n------------\n\nSimply install with `pip \u003chttps://pip.pypa.io\u003e`_:\n\n.. code-block:: shell\n\n    $ pip install sqlbag\n\nIf you want you can install the database drivers you need at the same time, by specifying one of the optional bundles.\n\nIf you're using postgres, this installs ``sqlbag`` and ``psycopg2``:\n\n.. code-block:: shell\n\n    $ pip install sqlbag[pg]\n\nIf you're installing MySQL/MariaDB then this installs ``pymysql`` as well:\n\n.. code-block:: shell\n\n    $ pip install sqlbag[maria]\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdjrobstep%2Fsqlbag","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdjrobstep%2Fsqlbag","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdjrobstep%2Fsqlbag/lists"}