Skip to content

PgsqlDalGenerator is a code generator that can be used to create .NET (C#) DAL classes and PL/pgSQL script from a PostgreSQL database.

Notifications You must be signed in to change notification settings

salcad/PgsqlDalGenerator

Repository files navigation

C# .NET Postgresql

PgsqlDalGenerator

PgsqlDalGenerator is a code generator that can be used to create .NET (C#) DAL classes and PL/pgSQL script from a PostgreSQL database.

Using PgsqlDalGenerator you can generate

  • Function Caller Method
  • CRUD DAL Class
  • CRUD Stored Procedure

PgsqlDalGenerator use T4 text template which is a mixture of text blocks and control logic that can generate a text file and it can generate any kind of text file, not just code. T4 source files are usually denoted by the file extension ".tt".

About

PgsqlDalGenerator is a code generator that can be used to create .NET (C#) DAL classes and PL/pgSQL script from a PostgreSQL database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages