Download SQLite PowerShell Provider

Description

The SQLite PowerShell Provider allows you to mount a SQLite database as a drive in your PowerShell session, enabling access to tables and data as if they were files on your hard drive. This is a great mechanism for persisting or sharing configuration or state between PowerShe...

Source Files

The download file psqlite.zip has the following entries.


.hgignore//from  ww  w  . j a  v a2  s .co m
Resources/license.cs
Resources/license.ps1
default.ps1
lib/2.0/Microsoft.PowerShell.Commands.Management.dll
lib/2.0/Microsoft.PowerShell.Commands.Utility.dll
lib/2.0/Microsoft.PowerShell.ConsoleHost.dll
lib/2.0/Microsoft.PowerShell.Security.dll
lib/2.0/System.Management.Automation.dll
lib/PostSharp.dll
lib/PostSharp.xml
lib/x32/System.Data.SQLite.Linq.dll
lib/x32/System.Data.SQLite.Linq.pdb
lib/x32/System.Data.SQLite.Linq.xml
lib/x32/System.Data.SQLite.dll
lib/x32/System.Data.SQLite.pdb
lib/x32/System.Data.SQLite.xml
lib/x64/System.Data.SQLite.Linq.dll
lib/x64/System.Data.SQLite.Linq.pdb
lib/x64/System.Data.SQLite.Linq.xml
lib/x64/System.Data.SQLite.dll
lib/x64/System.Data.SQLite.pdb
lib/x64/System.Data.SQLite.xml
psake/commontask.ps1
src/CodeOwls.AssemblyInfo.cs
src/CodeOwls.PowerShell.AssemblyInfo.cs
src/CodeOwls.PowerShell.SQLite.Provider/CodeOwls.PowerShell.SQLite.Provider.csproj
src/CodeOwls.PowerShell.SQLite.Provider/Drive/PersistentSQLiteConnectionWrapper.cs
src/CodeOwls.PowerShell.SQLite.Provider/Drive/SQLiteConnectionWrapper.cs
src/CodeOwls.PowerShell.SQLite.Provider/Drive/SQLiteDrive.cs
src/CodeOwls.PowerShell.SQLite.Provider/Drive/TransientSQLiteConnectionWrapper.cs
src/CodeOwls.PowerShell.SQLite.Provider/Paths/ISQLiteContext.cs
src/CodeOwls.PowerShell.SQLite.Provider/Paths/SQLiteContext.cs
src/CodeOwls.PowerShell.SQLite.Provider/Paths/SQLitePathNodeProcessor.cs
src/CodeOwls.PowerShell.SQLite.Provider/Paths/SQLiteRecordNodeFactory.cs
src/CodeOwls.PowerShell.SQLite.Provider/Paths/SQLiteRootNodeFactory.cs
src/CodeOwls.PowerShell.SQLite.Provider/Paths/SQLiteTableNodeFactory.cs
src/CodeOwls.PowerShell.SQLite.Provider/Properties/AssemblyInfo.cs
src/CodeOwls.PowerShell.SQLite.Provider/SQLiteProvider.cs
src/CodeOwls.PowerShell.SQLite.Provider/Utility/DynamicParametersFactory.cs
src/CodeOwls.PowerShell.SQLite.Provider/Utility/ObjectExtensions.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Paths/Attributes/CmdletHelpPathIDAttribute.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Paths/CodeOwls.PowerShell.Paths.csproj
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Paths/Exceptions/CopyOrMoveItemInternalException.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Paths/Exceptions/CopyOrMoveToDifferentContainerTypeException.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Paths/Exceptions/CopyOrMoveToExistingItemException.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Paths/Exceptions/CopyOrMoveToNonexistentContainerException.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Paths/Exceptions/MamlHelpDocumentExistsButCannotBeLoadedException.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Paths/Exceptions/NodeDoesNotSupportCmdletException.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Paths/Exceptions/ProviderException.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Paths/Extensions/PathStringExtensions.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Paths/IClearItem.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Paths/ICopyItem.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Paths/IInvokeItem.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Paths/INewItem.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Paths/INodeFactory.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Paths/IPathNode.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Paths/IRemoveItem.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Paths/IRenameItem.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Paths/ISetItem.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Paths/NodeFactoryBase.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Paths/PathNode.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Paths/Processors/Context.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Paths/Processors/IContext.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Paths/Processors/IPathNodeProcessor.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Paths/Processors/PathNodeProcessorBase.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Paths/Processors/PathNodeProcessorDecorator.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Paths/Properties/AssemblyInfo.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Provider/Attributes/LogProviderToSession.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Provider/Attributes/ManagePSTransactionAttribute.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Provider/Attributes/ManageSessionAttribute.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Provider/CodeOwls.PowerShell.Provider.csproj
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Provider/Drive.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Provider/NullDisposable.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Provider/Properties/AssemblyInfo.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Provider/Provider.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Provider/ProviderWithDisposableSession.cs
src/CodeOwls.PowerShell/CodeOwls.PowerShell.Provider/ProviderWithTransactions.cs
src/Modules/SQLite/SQLite.psd1
src/Modules/SQLite/license.txt
src/Modules/SQLite/start-SQLite.psm1
src/SQLiteProvider.sln
tests/_testfunctions.ps1
tests/invoke-tests.ps1
tests/test-filter.ps1
tests/test-provider.ps1
tests/test-transaction.ps1

Download

Click the following link to download psqlite.zip.

psqlite.zip




















Home »
  C# Free Code »
    Database »




ADODotNet
CSV
Database
EntityFramework
JSON
LINQ
LINQPad
Memcached
MongoDB
MySQL
NHibernate
Oracle
ORM
SQL
SQLite
SQLServer
SSIS