https://github.com/firelyteam/vonk.facade.relational
Vonk.Facade.Relational provides base classes to ease the implementation of a Facade on top of an existing relational database.
https://github.com/firelyteam/vonk.facade.relational
Last synced: 12 months ago
JSON representation
Vonk.Facade.Relational provides base classes to ease the implementation of a Facade on top of an existing relational database.
- Host: GitHub
- URL: https://github.com/firelyteam/vonk.facade.relational
- Owner: FirelyTeam
- License: mit
- Created: 2021-09-27T11:44:37.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-05-26T07:29:15.000Z (about 1 year ago)
- Last Synced: 2025-06-07T08:42:30.500Z (about 1 year ago)
- Language: C#
- Size: 63.5 KB
- Stars: 1
- Watchers: 11
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
|Build status|
|---|
|[](https://dev.azure.com/firely/vonk%20private%20plugins/_build/latest?definitionId=100&repoName=FirelyTeam%2FVonk.Facade.Relational&branchName=main)|
# Vonk.Facade.Relational
Vonk.Facade.Relational provides base classes to ease the implementation of a Facade on top of an existing relational database.
## Getting Started
For more details about developing a Firely Server facade, please consult [Firely Server documentation - Firely Server Facade](https://docs.fire.ly/projects/Firely-Server/en/latest/facade/facade.html).
### Build dependencies
The following configuration has been succesfully tested for building and running the project:
* Firely Server (Vonk) - Version 6.x.x
* Visual Studio for Mac - Version 8.x.x and newer
* Visual Studio for Windows - Version 16.x.x and newer
* .Net 8.0
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details