Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/christianhelle/sqlcequery

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
https://github.com/christianhelle/sqlcequery

compact-databases database sdf sqlce

Last synced: about 3 hours ago
JSON representation

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

Awesome Lists containing this project

README

        

![Build](https://github.com/christianhelle/sqlcequery/workflows/Build/badge.svg)
![GitHub All Releases](https://img.shields.io/github/downloads/christianhelle/sqlcequery/total)
[![buymeacoffee](https://img.shields.io/badge/buy%20me%20a%20coffee-donate-yellow.svg)](https://www.buymeacoffee.com/christianhelle)

# SQL Compact Query Analyzer
A SQL Server Compact Edition Database Query Analyzer

#### Download latest release [here](https://github.com/christianhelle/sqlcequery/releases/latest)

*Features:*

- Create new database
- Automatically refresh database upon executing create/alter/drop table queries
- Displays database information (database version, filename, size, creation date)
- Displays schema summary (number of tables, columns, primary keys, identity fields, nullable fields)
- Displays the information schema views
- Displays column information (database type, clr type, max length, allows null, etc)
- Displays index information (column name, is unique, is clustered)
- Execute SQL Queries against a SQL Server Compact Edition database
- Execute multiple SQL queries (delimited by a semi colon ;)
- Easily edit the contents of the database
- Display query result as XML
- Shrink and Compact Databases
- SDF file association with SQL Compact Query Analyzer for launching directly by opening the SDF in Windows Explorer
- Displays thumbnails for IMAGE fields
- Generates Schema and Data Scripts
- Supports password protected databases
- Supports SQLCE 3.0, 3.1, 3.5 and 4.0

*Coming at some point:*
- Purge database content
- Create, edit, and drop tables UI
- Create, edit, and delete table references and indexes UI
- Support for SQL Server Compact Edition 2.0

*Screenshots*

![alt text](https://github.com/christianhelle/sqlcequery/raw/master/Screenshots/QueryResultMessages.png)
- Displays database and schema information and executes multiple SQL queries directly

![alt text](https://github.com/christianhelle/sqlcequery/raw/master/Screenshots/EditTable.png)
- Edit the table data directly

![alt text](https://github.com/christianhelle/sqlcequery/raw/master/Screenshots/ContentWithImages.png)
- Display the contents of IMAGE fields

![alt text](https://github.com/christianhelle/sqlcequery/raw/master/Screenshots/QueryResultMessages.png)
- Performance numbers for queries

![alt text](https://github.com/christianhelle/sqlcequery/raw/master/Screenshots/QueryResultErrors.png)
- Query errors

![alt text](https://github.com/christianhelle/sqlcequery/raw/master/Screenshots/ResultsAsXml.png)
- Output result set as XML

![alt text](https://github.com/christianhelle/sqlcequery/raw/master/Screenshots/CreateDatabase.png)
- Create new database

![alt text](https://github.com/christianhelle/sqlcequery/raw/master/Screenshots/Shrink.png)
- Shrink, compact, script database

*Prerequisites:*
- .NET Framework 4.0

For tips and tricks on mobile development, check out [my blog](https://christianhelle.com)

If you find this useful and feel a bit generous then feel free to [buy me a coffee ☕](https://www.buymeacoffee.com/christianhelle)