My tools and utilities for embedded database development
Visual Studio & SSMS 21 extension, standalone app and command line tools, for managing all aspects of your SQL Server Compact/SQLite database files' data and schema, including generation of code, database diagrams and database documentation.
If you use my free tools, I would be very grateful for a rating or review here
Release notes for released versions and daily builds
Release
Download the latest version of the Visual Studio extension (for both 3.5, 4.0 and SQLite) from Visual Studio MarketPlace
Or just install from Tools, Extensions and Updates in Visual Studio!
Daily build
You can download the daily build from VSIX Gallery.
You can also automatically get the latest build of the Master branch directly in Visual Studio
If you need the Visual Studio 2010 extension, please contact me, and I can provide a link!
Once installed, you find the extension under the View menu in SSMS, and from the context menu of a database in Object Explorer.
Daily build
You can download the daily build of the SSMS 21 extension from VSIX Gallery
Make sure to "Unblock" the downloaded file before proceeding!
Since SSMS extensions are unsupported, you must to manually install this extension version (at least until I or someone else decides to create an installer)
From an administrator command prompt:
Create a folder called SqlCeToolbox
in the C:\Program Files\Microsoft SQL Server Management Studio 21\Preview\Common7\IDE\Extensions
folder.
Copy the extension.vsix that you downloaded from VSIX Gallery to the new folder C:\Program Files\Microsoft SQL Server Management Studio 21\Preview\Common7\IDE\Extensions\SqlCeToolbox
.
Unzip the extension.vsix to the new folder. For example: "C:\program files\7-zip\7z.exe" e extension.vsix -y
You should now have 36 items in the SqlCeToolbox folder, and the extension is "installed".
The EF Core Power Tools have moved to this repository
Release
You can download the latest release of the standalone tools from the Github releases here
Release
You can download the latest release of the command line tools from the Github releases here
If you encounter a bug or have a feature request, please use the Issue Tracker
The Toolbox is open source and welcomes any contribution. There are a number of issues in the Backlog that the project needs help with!