{"id":29801344,"url":"https://github.com/intellitect/sql-localdb-on-arm","last_synced_at":"2025-07-28T09:45:03.734Z","repository":{"id":293313719,"uuid":"983634774","full_name":"IntelliTect/SQL-LocalDB-On-ARM","owner":"IntelliTect","description":"A package that enables SQL Server LocalDB on ARM based Windows systems without using containers.","archived":false,"fork":false,"pushed_at":"2025-05-14T17:53:39.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-14T18:48:22.495Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","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/IntelliTect.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-14T17:17:48.000Z","updated_at":"2025-05-14T17:53:42.000Z","dependencies_parsed_at":"2025-05-14T18:58:54.891Z","dependency_job_id":null,"html_url":"https://github.com/IntelliTect/SQL-LocalDB-On-ARM","commit_stats":null,"previous_names":["intellitect/sql-localdb-on-arm"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/IntelliTect/SQL-LocalDB-On-ARM","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IntelliTect%2FSQL-LocalDB-On-ARM","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IntelliTect%2FSQL-LocalDB-On-ARM/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IntelliTect%2FSQL-LocalDB-On-ARM/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IntelliTect%2FSQL-LocalDB-On-ARM/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IntelliTect","download_url":"https://codeload.github.com/IntelliTect/SQL-LocalDB-On-ARM/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IntelliTect%2FSQL-LocalDB-On-ARM/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267496879,"owners_count":24097099,"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","status":"online","status_checked_at":"2025-07-28T02:00:09.689Z","response_time":68,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2025-07-28T09:44:35.670Z","updated_at":"2025-07-28T09:45:03.642Z","avatar_url":"https://github.com/IntelliTect.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SQL-LocalDB-On-ARM\nA package that enables SQL Server LocalDB on ARM-based Windows systems without using containers.\n\n## Usage\nThis can be inserted into your startup. If you are not using an ARM processor or not using LocalDB in your connection string this will simply return your connection string. This way some of the people on the team can use an ARM system without impacting others.\n\n```\nusing IntelliTect.LocalDbOnArm;\n...\n// Your connection string typically obtained from settings.\nstring connectionString = \"MyConnectionString\" \nconnectionString = LocalDbOnArm.UpdateConnectionString(connectionString);\n```\n## How it works\n1. Detect if the connection string is using localdb\n2. Detect if the OS is ARM\n3. Start LocalDB if it isn't running\n4. Get the named pipe for LocalDB\n5. Update the connection string with the named pipe.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fintellitect%2Fsql-localdb-on-arm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fintellitect%2Fsql-localdb-on-arm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fintellitect%2Fsql-localdb-on-arm/lists"}