{"id":15538609,"url":"https://github.com/fylein/sqlite-connector","last_synced_at":"2025-03-05T23:30:42.695Z","repository":{"id":57470582,"uuid":"218532478","full_name":"fylein/sqlite-connector","owner":"fylein","description":"Python package with SQLite convenience functions","archived":true,"fork":false,"pushed_at":"2019-10-30T13:57:20.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-09T10:26:00.127Z","etag":null,"topics":["team-integrations"],"latest_commit_sha":null,"homepage":null,"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/fylein.png","metadata":{"files":{"readme":"README.md","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}},"created_at":"2019-10-30T13:21:32.000Z","updated_at":"2024-10-14T07:49:31.000Z","dependencies_parsed_at":"2022-09-19T10:22:26.999Z","dependency_job_id":null,"html_url":"https://github.com/fylein/sqlite-connector","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fylein%2Fsqlite-connector","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fylein%2Fsqlite-connector/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fylein%2Fsqlite-connector/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fylein%2Fsqlite-connector/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fylein","download_url":"https://codeload.github.com/fylein/sqlite-connector/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242122679,"owners_count":20075339,"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":["team-integrations"],"created_at":"2024-10-02T12:05:08.171Z","updated_at":"2025-03-05T23:30:42.332Z","avatar_url":"https://github.com/fylein.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SQLite Connector\nPython package with SQLite convenience functions. [Fyle](https://www.fylehq.com/) is an expense management system.\n\n## Installation\n\nThis project requires [Python 3+](https://www.python.org/downloads/).\n\n1. Download this project and use it (copy it in your project, etc).\n2. Install it from [pip](https://pypi.org).\n\n        $ pip install sqlite-connector\n\n## Usage\n\nThis connector is very easy to use.\n\nFirst you'll need to create a connection using the main class FyleSDK.\n```python\nfrom sqlite_connector import SQLiteConnector\n\nsqlite_connector = SQLiteConnector('/tmp/file.db')\n```\nAfter that you'll be able to execute sql scripts\n```python\nsqlite_connector.execute_transform('file_name.sql')\n```\n\n## Contribute\n\nTo contribute to this project follow the steps\n\n* Fork and clone the repository.\n* Run `pip install -r requirements.txt`\n* Setup pylint precommit hook\n    * Create a file `.git/hooks/pre-commit`\n    * Copy and paste the following lines in the file - \n        ```bash\n        #!/usr/bin/env bash \n        git-pylint-commit-hook\n        ```\n     * Run `chmod +x .git/hooks/pre-commit`\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffylein%2Fsqlite-connector","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffylein%2Fsqlite-connector","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffylein%2Fsqlite-connector/lists"}