sqlcon 1.8.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package sqlcon --version 1.8.3
NuGet\Install-Package sqlcon -Version 1.8.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="sqlcon" Version="1.8.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add sqlcon --version 1.8.3
#r "nuget: sqlcon, 1.8.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install sqlcon as a Cake Addin
#addin nuget:?package=sqlcon&version=1.8.3

// Install sqlcon as a Cake Tool
#tool nuget:?package=sqlcon&version=1.8.3

Operate databases(servers) like file system on the disk
     sqlcon command: dir,cd,md,rd,del,type,ren,copy,comp,xcopy,cls,ver,echo,rem,set,import,export,mount,umount,open,save,edit,clean,execute,attrib
     Support SQL Server, LocalDB, SQL Azure, SQL Server Express
     Support Xml database on disk or web/ftp site which is used to compare database on 2 differnet networks.
     Support unlimited database server connections
     Compare data/schema between 2+ databases or database servers, and generate SQL script
     Copy data/schema between 2+ databases or database servers
     Search data rows, column, table, view, proc and database name by wildcard(*,?)
     Edit data on GUI or console
     Clean redundant rows
     Delete rows with constraints
     Generate data in format of json, CSV, and SQL script
     Generate C# class: data contract, Linq to SQL, and entity framework
     Execute SQL Script file
     Support all SQL statements

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.5

    • Tie (>= 2.0.5)

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.6.1 1,194 1/24/2022
2.4.3 921 6/17/2021
2.4.0 979 4/9/2021
2.3.0 1,317 10/25/2020
2.2.3 1,216 8/22/2019
2.1.0 1,202 4/19/2019
1.8.3 1,507 9/21/2017
1.7.10 1,535 3/30/2017
1.7.9 1,512 3/30/2017

09/20/2017 v1.8.3.0
     Improvements/Enhancements:
     1. support {expression} on the command line. e.g. "export /conf /out:{path}" where "path" is variable

     09/19/2017 v1.8.2.0
     Improvements/Enhancements:
     1. create config classes for key=value pairs. command>export /conf /type:const /key:col1 /default:col2

     09/11/2017 v1.8.1.0
     Improvements/Enhancements:
     1. disable query function on the user.cfg, use command batch file instead.
     2. run batch file by arguments %1, %2, ....

     09/11/2017 v1.8.0.0
     Improvements/Enhancements:
     1. sqlcon support command batch file (.sqc).
     2. support command echo [on|off]

     09/06/2017 v1.7.13.0
     Improvements/Enhancements:
     1. command export /c# uses current table name as class name
     2. remove /c# option on the command> type, use export /c# instead.
     3. add new command> last to display last query result.
     Bugs Fixes:
     1. command export /c# doesn't export UniqueIdentifier type column correctly.

     06/27/2017 v1.7.12.0
     Improvements/Enhancements:
     1. command dir can match table name without dbo schema, for example, command>dir cust* can match dbo.cust*
     Bugs Fixes:
     1. code builder doesn't generate attributes
     2. output of sqlcon cannot redirect when table displays.

     05/19/2016 v1.7.11.0
     New Features:
     1. command>export /c# /ns:xxx /class:name /type:dict|[list] /out:path generate C# class of List
       or Dictionary data from last table result
     
     03/29/2017 v1.7.10.0
     Bug fixes:
     1. fixed namespace of some classes in syscore.dll
     
     03/15/2017 v1.7.9.0
     New Features:
     1. first release to nuget