All Projects → Flepper → flepper

Flepper / flepper

Licence: MIT license
Flepper is a library to aid in database interaction. 🐸

Programming Languages

C#
18002 projects
powershell
5483 projects
shell
77523 projects

Projects that are alternatives of or similar to flepper

react-query-builder
Simple, configurable react query builder
Stars: ✭ 37 (-38.33%)
Mutual labels:  query-builder, querybuilder
querqy-elasticsearch
Querqy for Elasticsearch
Stars: ✭ 37 (-38.33%)
Mutual labels:  query-builder, querybuilder
Dommel
CRUD operations with Dapper made simple.
Stars: ✭ 291 (+385%)
Mutual labels:  query-builder, dapper
dapper-repositories
CRUD for Dapper
Stars: ✭ 523 (+771.67%)
Mutual labels:  query-builder, dapper
Microorm.dapper.repositories
CRUD for Dapper
Stars: ✭ 424 (+606.67%)
Mutual labels:  query-builder, dapper
Solid
.NET apps done SOLID way
Stars: ✭ 18 (-70%)
Mutual labels:  dotnet-standard
database
Database Abstraction Layer, Schema Introspection, Schema Generation, Query Builders
Stars: ✭ 51 (-15%)
Mutual labels:  query-builder
NETCoreSync
NETCoreSync is a database synchronization framework where each client's local offline database (on each client's multiple devices) can be synchronized on-demand via network into a single centralized database hosted on a server. Data which are stored locally within each device of a single client can all be synchronized after each device have succ…
Stars: ✭ 71 (+18.33%)
Mutual labels:  dotnet-standard
laravel-design-pattern-generator
Laravel Design Pattern Generator (api generator)
Stars: ✭ 1 (-98.33%)
Mutual labels:  query-builder
toolbox
dein ToolBox - C# .Net Library with utilities like: command line, files, log, platform, shell, system, transform and validation [ Win+Mac+Linux ]
Stars: ✭ 46 (-23.33%)
Mutual labels:  dotnet-standard
NetOctree
A dynamic, loose octree implementation written in C# as a .NET Standard 2.1 library
Stars: ✭ 77 (+28.33%)
Mutual labels:  dotnet-standard
Zeko-SQL-Builder
Zeko SQL Builder is a high-performance lightweight SQL query library written for Kotlin language
Stars: ✭ 87 (+45%)
Mutual labels:  query-builder
Entia
Entia is a free, open-source, data-oriented, highly performant, parallelizable and extensible Entity-Component-System (ECS) framework written in C# especially for game development.
Stars: ✭ 28 (-53.33%)
Mutual labels:  dotnet-standard
buildsqlx
Go database query builder library for PostgreSQL
Stars: ✭ 92 (+53.33%)
Mutual labels:  query-builder
TypeNameFormatter
A small .NET library for formatting type names à la C#.
Stars: ✭ 26 (-56.67%)
Mutual labels:  dotnet-standard
LinqBuilder
LinqBuilder is an advanced implementation of the specification pattern specifically targeting LINQ query generation.
Stars: ✭ 34 (-43.33%)
Mutual labels:  dotnet-standard
piranha.core.templates
Project templates for Piranha.Core
Stars: ✭ 21 (-65%)
Mutual labels:  dotnet-standard
NLog.Targets.Syslog
A Syslog server target for NLog
Stars: ✭ 63 (+5%)
Mutual labels:  dotnet-standard
goql
Super simple SQL query builder
Stars: ✭ 16 (-73.33%)
Mutual labels:  query-builder
sphinxql
SphinxQL query builder for Node.js. sphinxql package supports Manticore Search and Sphinx Search
Stars: ✭ 21 (-65%)
Mutual labels:  query-builder

Flepper Logo

Branch status(windows) status(unix) coverage
Master Build status Build Status codecov
Development Build status Build Status codecov

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.

Installing / Getting started

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.

More about

Access Flepper Page to learn more.

Developing

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

Features

Functionality implemented

  • Query Builder

Database support

Currently supported databases

  • MSSQL 2008 or greater

Contributing

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.

Licensing

"The code in this project is licensed under MIT license."

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].