{"id":15646339,"url":"https://github.com/christianhelle/sqlcequery","last_synced_at":"2025-04-23T09:54:29.744Z","repository":{"id":19639754,"uuid":"87168628","full_name":"christianhelle/sqlcequery","owner":"christianhelle","description":"A fast and lightweight tool for querying and manipulating SQLCE databases. This tool supports SQLCE versions 3.0, 3.1, 3.5 and 4.0","archived":false,"fork":false,"pushed_at":"2025-03-31T21:34:26.000Z","size":12414,"stargazers_count":53,"open_issues_count":2,"forks_count":13,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-23T09:54:20.268Z","etag":null,"topics":["compact-databases","database","sdf","sqlce"],"latest_commit_sha":null,"homepage":"","language":"ANTLR","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/christianhelle.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"christianhelle","patreon":null,"open_collective":null,"ko_fi":"christianhelle","tidelift":null,"community_bridge":null,"liberapay":"christianhelle","issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":["https://paypal.me/christianhelle","https://buymeacoffee.com/christianhelle"]}},"created_at":"2017-04-04T09:25:40.000Z","updated_at":"2025-03-31T21:34:29.000Z","dependencies_parsed_at":"2023-11-13T08:30:30.897Z","dependency_job_id":"95fc149a-cff6-4478-8c67-78508c38dcac","html_url":"https://github.com/christianhelle/sqlcequery","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/christianhelle%2Fsqlcequery","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/christianhelle%2Fsqlcequery/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/christianhelle%2Fsqlcequery/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/christianhelle%2Fsqlcequery/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/christianhelle","download_url":"https://codeload.github.com/christianhelle/sqlcequery/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250412532,"owners_count":21426285,"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":["compact-databases","database","sdf","sqlce"],"created_at":"2024-10-03T12:12:30.073Z","updated_at":"2025-04-23T09:54:29.723Z","avatar_url":"https://github.com/christianhelle.png","language":"ANTLR","funding_links":["https://github.com/sponsors/christianhelle","https://ko-fi.com/christianhelle","https://liberapay.com/christianhelle","https://paypal.me/christianhelle","https://buymeacoffee.com/christianhelle","https://www.buymeacoffee.com/christianhelle"],"categories":[],"sub_categories":[],"readme":"![Build](https://github.com/christianhelle/sqlcequery/workflows/Build/badge.svg)\n![GitHub All Releases](https://img.shields.io/github/downloads/christianhelle/sqlcequery/total)\n[![buymeacoffee](https://img.shields.io/badge/buy%20me%20a%20coffee-donate-yellow.svg)](https://www.buymeacoffee.com/christianhelle)\n\n# SQL Compact Query Analyzer\nA SQL Server Compact Edition Database Query Analyzer\n\n#### Download latest release [here](https://github.com/christianhelle/sqlcequery/releases/latest)\n\n\n*Features:*\n\n- Create new database\n- Automatically refresh database upon executing create/alter/drop table queries\n- Displays database information (database version, filename, size, creation date)\n- Displays schema summary (number of tables, columns, primary keys, identity fields, nullable fields)\n- Displays the information schema views\n- Displays column information (database type, clr type, max length, allows null, etc)\n- Displays index information (column name, is unique, is clustered)\n- Execute SQL Queries against a SQL Server Compact Edition database\n- Execute multiple SQL queries (delimited by a semi colon ;)\n- Easily edit the contents of the database\n- Display query result as XML\n- Shrink and Compact Databases\n- SDF file association with SQL Compact Query Analyzer for launching directly by opening the SDF in Windows Explorer\n- Displays thumbnails for IMAGE fields\n- Generates Schema and Data Scripts\n- Supports password protected databases\n- Supports SQLCE 3.0, 3.1, 3.5 and 4.0\n\n*Coming at some point:*\n- Purge database content\n- Create, edit, and drop tables UI\n- Create, edit, and delete table references and indexes UI\n- Support for SQL Server Compact Edition 2.0\n\n\n*Screenshots*\n\n![alt text](https://github.com/christianhelle/sqlcequery/raw/master/Screenshots/QueryResultMessages.png)\n- Displays database and schema information and executes multiple SQL queries directly\n\n![alt text](https://github.com/christianhelle/sqlcequery/raw/master/Screenshots/EditTable.png)\n- Edit the table data directly\n\n![alt text](https://github.com/christianhelle/sqlcequery/raw/master/Screenshots/ContentWithImages.png)\n- Display the contents of IMAGE fields\n\n![alt text](https://github.com/christianhelle/sqlcequery/raw/master/Screenshots/QueryResultMessages.png)\n- Performance numbers for queries\n\n![alt text](https://github.com/christianhelle/sqlcequery/raw/master/Screenshots/QueryResultErrors.png)\n- Query errors\n\n![alt text](https://github.com/christianhelle/sqlcequery/raw/master/Screenshots/ResultsAsXml.png)\n- Output result set as XML\n\n![alt text](https://github.com/christianhelle/sqlcequery/raw/master/Screenshots/CreateDatabase.png)\n- Create new database\n\n![alt text](https://github.com/christianhelle/sqlcequery/raw/master/Screenshots/Shrink.png)\n- Shrink, compact, script database\n\n*Prerequisites:*\n- .NET Framework 4.0\n\n\nFor tips and tricks on mobile development, check out [my blog](https://christianhelle.com)\n\nIf you find this useful and feel a bit generous then feel free to [buy me a coffee ☕](https://www.buymeacoffee.com/christianhelle)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchristianhelle%2Fsqlcequery","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchristianhelle%2Fsqlcequery","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchristianhelle%2Fsqlcequery/lists"}