en-US/about_Ldbc.help.txt
TOPIC
about_Ldbc SHORT DESCRIPTION LiteDB Cmdlets for PowerShell LONG DESCRIPTION The module provides the following commands: New-LiteDatabase Opens new or existing database and creates the database instance Use-LiteDatabase Opens the database, invokes the script, and closes the database Use-LiteTransaction Invokes the script operating on data with a transaction Invoke-LiteCommand Invokes the LiteDB SQL command and gets results Get-LiteCollection Gets the collection instance Add-LiteData Get-LiteData Set-LiteData Test-LiteData Remove-LiteData Update-LiteData Operate on documents in the collection SEE ALSO LiteDB https://www.litedb.org |