tdb
1.0.5
This PowerShell script implements a simple text-based relational DBMS. It supports CRUD operations, search functionality, indexing, and data integrity checks.
The script is designed to be clean, efficient, and functional, adhering to best practices.
Installation Options
Owners
Package Details
Author(s)
- voytas75
Tags
Functions
Get-LatestVersion Get-CheckForScriptUpdate Show-Banner Write-tdbLog Handle-tdbError Update-ErrorHandling New-tdbTable Get-tdbTable Insert-tdbRecord Get-tdbRecord Update-tdbRecord Remove-tdbRecord New-tdbIndex Get-tdbIndex Remove-tdbIndex Reindex-tdbIndex Validate-tdbDataType Validate-tdbRequiredFields Validate-tdbUniqueConstraints Show-tdbUsage
Dependencies
This script has no dependencies.
Release Notes
1.0.5: add iconURI.
1.0.4: change function names, fixes in Insert and Update record.
1.0.3: added listing tables.
1.0.2: Improved modularity, added centralized error handling and logging. Enhanced documentation with detailed help blocks and a comprehensive usage guide. Included unit tests for all critical functions and ensured compatibility with different environments.
1.0.1: initializing.
FileList
- tdb.nuspec
- tdb.ps1
Version History
Version | Downloads | Last updated |
---|---|---|
1.0.5 (current version) | 6 | 7/7/2024 |
1.0.4 | 4 | 7/7/2024 |
1.0.3 | 4 | 7/7/2024 |