tdb
1.0.3
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-tdbRecords Remove-tdbRecords New-tdbIndex Get-tdbIndexes Remove-tdbIndex Reindex-tdbIndex Validate-tdbDataType Validate-tdbRequiredFields Validate-tdbUniqueConstraints Show-tdbUsage
Dependencies
This script has no dependencies.
Release Notes
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 | 4 | 7/7/2024 |
1.0.4 | 4 | 7/7/2024 |
1.0.3 (current version) | 4 | 7/7/2024 |