SQLite database abstraction for storing, querying, and filtering image metadata. Provides thread-safe access through an instance-pooling pattern.
dotnet add package TCSystem.MetaDataDB- SQLite-based persistent storage for image metadata
- Thread-safe database access via instance pooling (
InstanceAcquire/using) - Query and filter support for metadata collections
- Microsoft.Data.Sqlite
- TCSystem.Logging
- TCSystem.MetaData
- TCSystem.Thread
- netstandard2.1
- net8.0
- net10.0