{"id":16621232,"url":"https://github.com/saiteja-madha/mule-sqlite","last_synced_at":"2025-07-31T00:06:09.160Z","repository":{"id":114907579,"uuid":"293282722","full_name":"saiteja-madha/mule-sqlite","owner":"saiteja-madha","description":"Simple mule 4 application demonstrating CRUD operations on SQLite file","archived":false,"fork":false,"pushed_at":"2023-05-24T08:49:53.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-06T14:54:50.047Z","etag":null,"topics":["database","database-connector","jdbc","mulesoft"],"latest_commit_sha":null,"homepage":"","language":null,"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/saiteja-madha.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}},"created_at":"2020-09-06T13:29:57.000Z","updated_at":"2023-05-24T08:49:52.000Z","dependencies_parsed_at":"2023-06-27T15:28:43.782Z","dependency_job_id":null,"html_url":"https://github.com/saiteja-madha/mule-sqlite","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/saiteja-madha%2Fmule-sqlite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saiteja-madha%2Fmule-sqlite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saiteja-madha%2Fmule-sqlite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saiteja-madha%2Fmule-sqlite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/saiteja-madha","download_url":"https://codeload.github.com/saiteja-madha/mule-sqlite/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242997036,"owners_count":20219060,"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","jdbc","mulesoft"],"created_at":"2024-10-12T02:46:41.006Z","updated_at":"2025-03-11T08:21:23.903Z","avatar_url":"https://github.com/saiteja-madha.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Description\nThis project demonstrates how to establish a connection with an SQLite file (.db) in Mule 4 and perform various SQL operations\u003cbr\u003e\n\n# Configuring Global Element\n* Add the Database connector as usual, and add the Database config file\n* Change the connection type to **Generic Connection**\n* Generic Database Connector configuration information \u003cbr\u003e\n**URL**: jdbc:sqlite:[path to your database file]  (Example: jdbc:sqlite:c:/database.db) \u003cbr\u003e\n**Driver Class Name**: org.sqlite.JDBC\n\nFor the sake of simplicity, you can directly add the path to your .db file in the *common.properties* file under resources folder\n\n### General Debugging\n#### Symptom:\nGetting a \"java.sql.SQLException: [SQLITE_ERROR] SQL error or missing database\" on execution, but 'Test Connection' is fine.\n\n#### Suggestion:\nCheck if you have a relative path. \u003cbr\u003e\nRelative paths, they are in theory supported (and a quick google confirms as such) but where they are relative to is clearly different than other resources in the mule container.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaiteja-madha%2Fmule-sqlite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaiteja-madha%2Fmule-sqlite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaiteja-madha%2Fmule-sqlite/lists"}