ASP.Net Core database modelling without using existing ORMs?

This page summarizes the projects mentioned and recommended in the original post on /r/dotnet

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • Npgsql

    Npgsql is the .NET data provider for PostgreSQL.

  • SqlKata Query Builder

    SQL query builder, written in c#, helps you build complex queries easily, supports SqlServer, MySql, PostgreSql, Oracle, Sqlite and Firebird

  • Don't know if can be a good pick for the no-ORM requirement but I would take a look at SqlKata which is a nice query builder + execution engine, built on top of Dapper

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • pdd-demo

    PostgreSQL Driven Development Demo Web Application With PgRoutiner, .NET and Svelte

  • Norm.net

    Norm.net is an innovative and high-performance Database Access for .NET Standard 2.1 and higher

  • If you don't like writing PostgreSQL functions, that's fine, I can recommend this Micro ORM https://github.com/vb-consulting/Norm.net or Dapper which is currently way more popular. Still, pgroutiner can help you juggle all those scripts.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts