Branch | status(windows) | status(unix) | coverage |
---|---|---|---|
Master | |||
Development |
A SQL query builder that is flexible and fun to use!
Flepper is a library to facilitate some database interactions that we need to perform in our applications. The initial idea of Flepper is to provide a query builder for writing SQL queries fluently, improving the readability of your code.
A quick introduction of the minimal setup you need to get a hello world up & running.
Package Manager
Install-Package Flepper.QueryBuilder
.NET CLI
dotnet add package Flepper.QueryBuilder
After executing one of the commands above you will have the Flepper installed and ready to be used.
Access Flepper Page to learn more.
Here's a brief intro about what a developer must do in order to start developing the project further:
git clone https://github.com/Flepper/flepper
cd flepper/
dotnet restore
dotnet build
Functionality implemented
- Query Builder
Currently supported databases
- MSSQL 2008 or greater
Hey, are you in the mood to contribute to Flepper? Then take a look at our file where it explains how to contribute and we love receiving feedback and pull requests.
"The code in this project is licensed under MIT license."