Skip to content
View ernestoherrera's full-sized avatar
Block or Report

Block or report ernestoherrera

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ernestoherrera/README.md

Hi 👋

I do software development for living, and I enjoy working on side projects. One of those projects is FluentSql. I have not been able to work much on it, and I would like some help. The following is the road map for this tool:

  1. Work on Group By clause. This needs some design work as there is no fluent pattern for this clause.
  2. Add PostGreSql -- SQL generator classes -- in progress.
  3. Add MySql -- SQL generator classes.
  4. Add Oracle -- SQL generator classes.

Please let me know if you are interested. If you need more help after reading the Wiki, I will be happy to give you a quick overview.

📫 How to reach me: Create an issue through the FluentSql repository.

Pinned Loading

  1. FluentSql FluentSql Public

    FluentSql library creates Sql statements from C# Sql like syntax and uses Dapper for execution.

    C# 7 5

  2. react-controls react-controls Public

    Component base controls using styled-components, thereby, encapsulating the control in one page. View controls @ http://ernestoherrera.net/react-controls/

    JavaScript

  3. eu-weather eu-weather Public

    My First Angular project. It displays current weather information for five European cities.

    JavaScript

  4. POCOBuilder POCOBuilder Public

    This C# script works in combination with a SQL Server database to create C# POCO objects.

    C#