Releases: NimaAra/Easy.Storage
Releases · NimaAra/Easy.Storage
Easy.Storage.SQLite - 0.10.1
- Reference Easy.Storage.Common package.
Easy.Storage.SQLite - 0.10.0
- Include Easy.Common.Storage as direct dependency instead of NuGet package.
- Add Async overload.
Easy.Storage.SQLServer - 0.10.1
- Reference Easy.Storage.Common package.
Easy.Storage.SQLServer - 0.10.0
- Include Easy.Common.Storage as direct dependency instead of NuGet package.
- Add Async overload.
Easy.Storage - 0.10.1
- Add Async overload.
- Updated package dependencies.
Easy.Storage.SQLite - 0.9.6
- Added support for enabling SQLite extensions.
Easy.Storage - 0.9.5
- Fixed
Filter
to handle enums correctly. - Renamed some of the
Operators
. - Updated packages.
- Upgraded to the latest version of the C# (7.3).
Easy.Storage.SQLite - 0.9.4
- Make Easy.Storage.Common a NuGet dependency.
Easy.Storage.SQLite - 0.9.3
- Added a method to
SQLiteConnectionBase
to open and return the connection. - Improve Open and Close to take into account the current state of the connection.
Easy.Storage.SQLServer - 0.9.3
- Make Easy.Storage.Common a NuGet dependency.