https://github.com/mbparker/libsqlite3orm
A cross platform, easy to use, Object Relational Mapper for SQLite 3
https://github.com/mbparker/libsqlite3orm
cross-platform csharp dotnet dotnet-core linux macos object-relational-mapper orm orm-framework windows
Last synced: 3 months ago
JSON representation
A cross platform, easy to use, Object Relational Mapper for SQLite 3
- Host: GitHub
- URL: https://github.com/mbparker/libsqlite3orm
- Owner: mbparker
- License: mit
- Created: 2025-10-18T21:17:37.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-11-08T17:59:14.000Z (7 months ago)
- Last Synced: 2025-11-08T19:20:41.581Z (7 months ago)
- Topics: cross-platform, csharp, dotnet, dotnet-core, linux, macos, object-relational-mapper, orm, orm-framework, windows
- Language: C#
- Homepage: https://www.nuget.org/packages/LibSqlite3Orm/
- Size: 562 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# libsqlite3orm
A cross platform, easy to use, Object Relational Mapper for SQLite 3
## Continuous Integration and Deployment
This project uses GitHub Actions for automated building, testing, and publishing to NuGet.
### Workflow Features
- **Multi-platform Testing**: The solution is automatically built and tested on:
- Linux (ubuntu-latest)
- Windows (windows-latest)
- macOS (macos-latest)
- **Automated Testing**: All tests are run on every push and pull request to ensure code quality
- **NuGet Publishing**: When a new release is published on GitHub, the NuGet package is automatically:
- Built in Release configuration
- Packed
- Published to NuGet.org