All Projects → ErikEJ → Sqlcetoolbox

ErikEJ / Sqlcetoolbox

Licence: other
SQLite & SQL Server Compact Toolbox extension for Visual Studio, SSMS (and stand alone)

Projects that are alternatives of or similar to Sqlcetoolbox

Entityframework.exceptions
Handle database errors easily when working with Entity Framework Core. Supports SQLServer, PostgreSQL, SQLite, Oracle and MySql
Stars: ✭ 266 (-59.14%)
Mutual labels:  entity-framework, sqlite, sql-server
Efcorepowertools
Entity Framework Core Power Tools - reverse engineering, migrations and model visualization for EF Core
Stars: ✭ 774 (+18.89%)
Mutual labels:  entity-framework, sql-server, visual-studio
Entityframework Reverse Poco Code First Generator
EntityFramework Reverse POCO Code First Generator - Beautifully generated code that is fully customisable. This generator creates code as if you reverse engineered a database and lovingly created the code by hand. It is free to academics (you need a .edu or a .ac email address), not free for commercial use. Obtain your licence from
Stars: ✭ 562 (-13.67%)
Mutual labels:  entity-framework, visual-studio
Entityworker.core
EntityWorker is an object-relation mapper(ORM) that enable .NET developers to work with relations data using objects. EntityWorker is an alternative to entityframwork. is more flexible and much faster than entity framework.
Stars: ✭ 91 (-86.02%)
Mutual labels:  entity-framework, sqlite
EFCore.Sqlite.NodaTime
Adds support for NodaTime types when using SQLite with Entity Framework Core.
Stars: ✭ 21 (-96.77%)
Mutual labels:  sqlite, entity-framework
Beekeeper Studio
Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more. Linux, MacOS, and Windows.
Stars: ✭ 8,053 (+1137.02%)
Mutual labels:  sqlite, sql-server
Nut
Advanced, Powerful and easy to use ORM for Qt
Stars: ✭ 181 (-72.2%)
Mutual labels:  sqlite, sql-server
sync-client
SyncProxy javascript client with support for all major embedded databases (IndexedDB, SQLite, WebSQL, LokiJS...)
Stars: ✭ 30 (-95.39%)
Mutual labels:  sql-server, sqlite
Msbuild.sdk.sqlproj
An MSBuild SDK that provides similar functionality to SQL Server Data Tools (.sqlproj) projects
Stars: ✭ 142 (-78.19%)
Mutual labels:  sql-server, visual-studio
sqlite-dotnet-core
.NET Core 2.1 Console Application using SQLite with Entity Framework and Dependency Injection
Stars: ✭ 17 (-97.39%)
Mutual labels:  sqlite, entity-framework
Efdesigner
Entity Framework visual design surface and code-first code generation for EF6, Core and beyond
Stars: ✭ 256 (-60.68%)
Mutual labels:  entity-framework, visual-studio
Transformalize
Configurable Extract, Transform, and Load
Stars: ✭ 125 (-80.8%)
Mutual labels:  sqlite, sql-server
Minisqlquery
Minimalist SQL Query tool for any .NET DB Provider - SQL, SQLite, SQL CE, Oracle, Access...
Stars: ✭ 103 (-84.18%)
Mutual labels:  sqlite, sql-server
Packer
Packer helpers and templates for Docker, IIS, SQL Server and Visual Studio on Windows and Ubuntu
Stars: ✭ 242 (-62.83%)
Mutual labels:  sql-server, visual-studio
Sqlprovider
A general F# SQL database erasing type provider, supporting LINQ queries, schema exploration, individuals, CRUD operations and much more besides.
Stars: ✭ 423 (-35.02%)
Mutual labels:  sqlite, sql-server
SSDT-Continuous-Deployment-Project-Template
A project template aiming for easy Continuous Deployment of SSDT projects.
Stars: ✭ 38 (-94.16%)
Mutual labels:  visual-studio, sql-server
Workstations
Vagrant virtual workstations and development environments with Visual Studio, Docker, IIS and SQL Server on Windows for .NET development
Stars: ✭ 45 (-93.09%)
Mutual labels:  sql-server, visual-studio
Reporting Services Examples
📕 Various example reports I use for SQL Server Reporting Services (SSRS) as well as documents for unit testing, requirements and a style guide template.
Stars: ✭ 63 (-90.32%)
Mutual labels:  sql-server, visual-studio
OrdersManagementSystem
Project demonstrates usage of Prism composition library, Material design library, SQL Server, Entity Framework in WPF application
Stars: ✭ 29 (-95.55%)
Mutual labels:  sql-server, entity-framework
Dotmim.sync
A brand new database synchronization framework, multi platform, multi databases, developed on top of .Net Standard 2.0. https://dotmimsync.readthedocs.io/
Stars: ✭ 406 (-37.63%)
Mutual labels:  sqlite, sql-server

SQLite & SQL Server Compact Toolbox

Twitter Follow Join the chat at https://gitter.im/SqlCeToolbox AppVeyor

My tools and utilities for embedded database development

Visual Studio & SSMS 17.x 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

Documentation

Getting started guide

Known issues with workarounds

Release notes for released versions and daily builds

Command line tools

Scripting API samples

Downloads/builds

Visual Studio Extension

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!

SQL Server Management Studio (SSMS) 17/18 Extension

You find the extension under the View menu in SSMS.

Release

Download the latest version of the SSMS 17 extension (for both 3.5, 4.0, SQLite and SQL Server) from Visual Studio MarketPlace

Daily build

You can download the daily build of the SSMS 18 extension from VSIX Gallery

Installing the SSMS 17 extension

Use the following command line:

"C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\vsixinstaller.exe" "full path to extension.vsix"

Installing the SSMS 18 extension

As the VSIX 2017 installer does not support installation into a VS Shell edition, and generally because SSMS extensions are unsupported, you will have to manually install the extension (at least until I or someone else decides to create an installer)

From an administrator command prompt:

Create a folder called "SqlCeToolbox" under C:\Program Files (x86)\Microsoft SQL Server Management Studio 18\Common7\IDE\Extensions\

Copy the extension.vsix that you downloaded from VSIX Gallery to the new folder.

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 48 files in the SqlCeToolbox folder, and the extension is "installed".

EF Core Power Tools for Visual Studio 2017 and later

The EF Core Power Tools have moved to this repository

Standalone for SQL Server Compact 4.0 and 3.5 SP2

Daily build

You can download the latest 4.0 daily build from AppVeyor here

You can download the latest 3.5 daily build from AppVeyor here

Command line tools

Release

You can download the latest release of the command line tools from the Github releases here

How do I contribute

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!

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].