{"id":25293827,"url":"https://github.com/stasvinokur/simple_sqlite","last_synced_at":"2025-10-24T03:02:31.659Z","repository":{"id":57467657,"uuid":"362140768","full_name":"stasvinokur/simple_sqlite","owner":"stasvinokur","description":"This library can help you using sqlite3 library much easier and faster.","archived":false,"fork":false,"pushed_at":"2021-07-31T07:40:22.000Z","size":29,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-04T08:46:12.594Z","etag":null,"topics":["database","database-connector","database-management","python","python3","sqlite","sqlite3"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stasvinokur.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.txt","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-04-27T14:25:51.000Z","updated_at":"2022-10-03T10:49:13.000Z","dependencies_parsed_at":"2022-09-19T09:01:25.936Z","dependency_job_id":null,"html_url":"https://github.com/stasvinokur/simple_sqlite","commit_stats":null,"previous_names":["stasvinokur/simple_sqlite"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stasvinokur%2Fsimple_sqlite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stasvinokur%2Fsimple_sqlite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stasvinokur%2Fsimple_sqlite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stasvinokur%2Fsimple_sqlite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stasvinokur","download_url":"https://codeload.github.com/stasvinokur/simple_sqlite/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238579792,"owners_count":19495551,"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":["database","database-connector","database-management","python","python3","sqlite","sqlite3"],"created_at":"2025-02-13T01:55:37.209Z","updated_at":"2025-10-24T03:02:31.572Z","avatar_url":"https://github.com/stasvinokur.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# simple_sqlite\n\n[![PyPI version](https://badge.fury.io/py/simple-sqlite.svg)](https://badge.fury.io/py/simple-sqlite)\n[![MIT License](https://img.shields.io/apm/l/atomic-design-ui.svg?)](https://github.com/Svinokur/simple_sqlite/master/LICENSE)\n[![Downloads](https://pepy.tech/badge/simple-sqlite)](https://pepy.tech/project/simple-sqlite)\n[![Downloads](https://pepy.tech/badge/simple-sqlite/month)](https://pepy.tech/project/simple-sqlite)\n[![Downloads](https://pepy.tech/badge/simple-sqlite/week)](https://pepy.tech/project/simple-sqlite)\n[![Donate with Bitcoin](https://en.cryptobadges.io/badge/micro/32GJnnDrPkSKVzrRho84KwD5RsMW4ywMiW)](https://en.cryptobadges.io/donate/32GJnnDrPkSKVzrRho84KwD5RsMW4ywMiW)\n[![Donate with Ethereum](https://en.cryptobadges.io/badge/micro/0xf2691CC12a70B4589edf081E059fD4A1c457417D)](https://en.cryptobadges.io/donate/0xf2691CC12a70B4589edf081E059fD4A1c457417D)\n\n[![Windows](https://github.com/Svinokur/simple_sqlite/actions/workflows/windows-tests.yml/badge.svg)](https://github.com/Svinokur/simple_sqlite/actions/workflows/windows-tests.yml)\n[![macOS](https://github.com/Svinokur/simple_sqlite/actions/workflows/macOS-tests.yml/badge.svg)](https://github.com/Svinokur/simple_sqlite/actions/workflows/macOS-tests.yml)\n[![Ubuntu](https://github.com/Svinokur/simple_sqlite/actions/workflows/ubuntu-tests.yml/badge.svg)](https://github.com/Svinokur/simple_sqlite/actions/workflows/ubuntu-tests.yml)\n\n[![Open in Visual Studio Code](https://open.vscode.dev/badges/open-in-vscode.svg)](https://open.vscode.dev/Svinokur/simple_sqlite)\n\nIt is a fast and convenience package that can help you using sqlite3 library much easier and faster.\n\n## Installation\n\nUse the package manager [pip](https://pip.pypa.io/en/stable/) to install simple_sqlite.\n\n```\npip install simple-sqlite\n```\n\n## Usage\nThis example shows how you can use this library to create database.\n```python\nfrom simple_sqlite import SimpleSqlite\n\nssql = SimpleSqlite('basic.db')\nresult, message = ssql.create_database()\n\n```\n\n## Contributing\nAlways suggest creating new methods. Open an issue first to discuss what you would like to add.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstasvinokur%2Fsimple_sqlite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstasvinokur%2Fsimple_sqlite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstasvinokur%2Fsimple_sqlite/lists"}