Found 153 packages
Source code generator for database objects.
re-linq Frontend: A foundation for parsing LINQ expression trees and generating queries in SQL or other languages. Key features: - Transforms expression trees into abstract syntax trees resemblying LINQ query expressions (from ... select syntax) - Simplifies many aspects of this tree (sub queries, transparent identifieres, pre-evaluation ...) - Provides basic infrastructure for backend development (e.g. SQL generation) - Provides a framework for user-defined query extensions and transformations
Adds views, synonyms, stored procedures, etc. (so-called SQL objects) to the EF model. Creates migrations, when those objects are changed. SQL objects are defined as raw SQL in C#-code or in embedded resources. They can be even generated at runtime. For more information refer to https://github.com/CUSTIS-public/CUSTIS.NetCore.EF.MigrationGenerationExtensions
Easily generate ad-hoc SQL code using LINQ in a strongly typed manner that allows for compile time validation of you sql scripts.
Tool for auto generation of CRUD sql statements based on entities definitions
A code-generation tool for use with DBConfirm, to generate template files based on existing tables within a SQL Server database.
Allows for SQLinq to be more easily used with a little help from "Dapper dot net".
DotNetDBTools is a set of libraries to define, analyze and deploy (publish migrate) relational databases throughout their evolution using database as code approach. Or in other words - state-based (declarative) database version control tools. It provides the means to conviniently describe database objects for the supported DBMS as c# code or as sql in a declarative way, to analyze it and the means of publishing it to the selected DBMS with automatic differences calculation between what's being published and what's currently in the DBMS now. Agnostic definition for standard sql objects (Tables, Views, Indexes, Triggers) is also supported (as c# code only) and can then be used to publish to any supported DBMS. DotNetDBTools.Generation is a library mainly for internal use by other DotNetDBTools.* packages, but may also contain helpful functionality to be used directly.
MaraGeneration.UP.Infrastructure.DAL.SqlServer
SQL generation for performing actions in SQL without pulling records into memory
Provides services to manage and frame the data models layer of Data Modeler. This layer is used to define models of a database and ensure the data transport.
Lite ORM framework based on Dapper and SQL Query Generation from ServiceStack/NServicekit
Provides services to manage and frame the data context layer of Data Modeler. This layer is used to query a database and provides data through CRUD methods.
Microsoft SQL Server model extraction utility.
A powerful .NET library for database-driven code generation. Generate models, repositories, and APIs from your database schema.
T4 scripts to generate model classes compatibile with ACE ADO Cache Engine. To use it provide correct data base configuration in DbConfig.tt file and save changes - POCO files will be generated automatically.
Unit test data population tool.
An object model for generating SQL at runtime.