sqlite-global-tool by Amine Smahi

<PackageReference Include="sqlite-global-tool" Version="1.2.2" />

Package Files

16,220,245 bytes

 sqlite-global-tool 1.2.2

SQLite .NET Core global tool project that provides a simple command-line program that allows the user to manually enter and execute SQL statements with or without showing query results against an SQLite database.

<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>sqlite-global-tool</id>
    <version>1.2.2</version>
    <authors>Amine Smahi</authors>
    <owners>Amine Smahi</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>SQLite .NET Core global tool project that provides a simple command-line program that allows the user to manually enter and execute SQL statements with or without showing query results against an SQLite database.</description>
    <copyright>Copyright ©2018 amine-smahi Corporation</copyright>
    <packageTypes>
      <packageType name="DotnetTool" />
    </packageTypes>
    <repository url="https://github.com/Amine-Smahi/Sqlite-Global-Tool" />
  </metadata>
</package>