All Projects → christianhelle → sqlcequery

christianhelle / sqlcequery

Licence: GPL-3.0 License
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

Programming Languages

ANTLR
299 projects
C#
18002 projects
powershell
5483 projects
Inno Setup
370 projects

Projects that are alternatives of or similar to sqlcequery

SchemaMapper
A .NET class library that allows you to import data from different sources into a unified destination
Stars: ✭ 41 (-4.65%)
Mutual labels:  sqlce
voxelization and sdf
C++11 code for building a 3D occupancy grid an SDF 3D grid from a mesh
Stars: ✭ 29 (-32.56%)
Mutual labels:  sdf
IsoMesh
IsoMesh is a group of related tools for Unity for converting meshes into signed distance field data, raymarching signed distance fields, and extracting signed distance field data back to meshes via surface nets or dual contouring.
Stars: ✭ 178 (+313.95%)
Mutual labels:  sdf
Apos.Shapes
Shape rendering in MonoGame.
Stars: ✭ 21 (-51.16%)
Mutual labels:  sdf
RobotCreator
FreeCAD Workbench for URDF & SDF and Gazebo
Stars: ✭ 43 (+0%)
Mutual labels:  sdf
bitmap-sdf
Calculate SDF for image/bitmap/bw data
Stars: ✭ 25 (-41.86%)
Mutual labels:  sdf
aframe-bmfont-text-component
A-Frame component for rendering bitmap fonts.
Stars: ✭ 62 (+44.19%)
Mutual labels:  sdf
netsuite-suitecloud-sdk
SuiteCloud Software Development Kit (SuiteCloud SDK) are the set of tools that allow you to customize accounts and create SuiteApps through SuiteCloud Development Framework (SDF).
Stars: ✭ 140 (+225.58%)
Mutual labels:  sdf
Unity-MSDF-Fonts
Basic tool to convert Unity fonts to use Multichannel Signed Distance Field fonts
Stars: ✭ 54 (+25.58%)
Mutual labels:  sdf
pixi-sdf-text
Signed distance field text implementation for PixiJS
Stars: ✭ 89 (+106.98%)
Mutual labels:  sdf
neurecon
Multi-view 3D reconstruction using neural rendering. Unofficial implementation of UNISURF, VolSDF, NeuS and more.
Stars: ✭ 697 (+1520.93%)
Mutual labels:  sdf
Signed
Signed is a 3D modeling and construction language based on Lua and SDFs. Signed will be available for macOS and iOS and is heavily optimized for Metal.
Stars: ✭ 90 (+109.3%)
Mutual labels:  sdf
torch-ngp
A pytorch CUDA extension implementation of instant-ngp (sdf and nerf), with a GUI.
Stars: ✭ 1,317 (+2962.79%)
Mutual labels:  sdf
kinpy
Simple kinematics calculation toolkit for robotics
Stars: ✭ 48 (+11.63%)
Mutual labels:  sdf
TriangleMeshDistance
Header only, single file, simple and efficient C++11 library to compute the signed distance function (SDF) to a triangle mesh
Stars: ✭ 55 (+27.91%)
Mutual labels:  sdf
SdfFontDesigner
Offline font tuning/bitmap generation via shaders
Stars: ✭ 56 (+30.23%)
Mutual labels:  sdf
WebGL-Distance-Fields
⭐ Realtime Euclidean distance field generation and rendering
Stars: ✭ 50 (+16.28%)
Mutual labels:  sdf
js13k-2020
Island Not Found - a game for js13k 2020
Stars: ✭ 45 (+4.65%)
Mutual labels:  sdf
Linq2db
Linq to database provider.
Stars: ✭ 2,211 (+5041.86%)
Mutual labels:  sqlce

Build Build Status GitHub All Releases buymeacoffee

SQL Compact Query Analyzer

A SQL Server Compact Edition Database Query Analyzer

Download latest release here

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

  • Displays database and schema information and executes multiple SQL queries directly

alt text

  • Edit the table data directly

alt text

  • Display the contents of IMAGE fields

alt text

  • Performance numbers for queries

alt text

  • Query errors

alt text

  • Output result set as XML

alt text

  • Create new database

alt text

  • Shrink, compact, script database

Prerequisites:

  • .NET Framework 4.0

For tips and tricks on mobile development, check out my blog http://christian-helle.blogspot.com

Follow me on Twitter http://twitter.com/christianhelle

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].