Tried adO.net, Dapper, EF, and Repository, and even wrote my own generator tools for regular CRUD operations. This article introduces BaseEntity as a minimalist CRUD...
In Nest+GrqphQL+Prisma+React Full Stack Development series, I will lead you to learn how to use these technology stacks step by step and develop a practical...
In the previous article, abstraction of the database layer was implemented. As some readers have mentioned, HashMap is used as an input parameter, which does...
FreeSql is a powerful.NET ORM library, supporting.NET Framework 4.0+,.NetCore 2.1+, Xamarin and other support for all running platforms of NetStandard. (QQ group: 4336577) FreeSql uses...
Group aggregation API method Returned Value Parameter Description ToSqlstring Returns the SQL statement to be executed ToList<T>List<T>Lambda Executes an SQL query that returns the record...
A new Node.js database ORM that is based on SQL Builder Knex.js - http://knexjs.org/ and therefore fully supports SQLite, PostgreSQL, MySQL. Rhetori.js provides a very...
FreeSql supports CodeFirst migration of structures to databases, which should be a standard (O/RM) feature. Different from other (O/RM), FreeSql supports more database features than...
Django provides excellent support for multiple databases/branches. Using and DB routers allow you to handle multiple databases. But when it comes to scoring, it's a...
FreeSql uses ExpressionTree to optimize read speed, if you know technology, you must know.NETCore technology in addition to native code, the fastest is Emit and...
Multi-table query, commonly used have a league table LeftJoin/InnerJoin/RightJoin, these three methods has introduced in the article. Quickly convert collection properties to ISelect for subquery...
TypeORM is an ORM framework that runs on NodeJS, browsers, Cordova, PhoneGap, Ionic, React Native, Expo, and Electron. Works with TypeScript and JavaScript (ES5, ES6,...
Jupiter is an AIO Web framework based on AIOHTTP. Support (restful format, scan annotations, dependency injection, Jinja2 template engine, ORM framework).
Lookup rules, lookup attribute names, will loop the internal object _tables (grow after join query), the primary table is searched first until the same field...
Before you can see, the execution of the update statement, JPA will judge whether the current statement in a transaction, if not in the transaction,...
I recently developed a workflow (Activiti) project, which wanted to separate the Activiti database from the business database for easy expansion. The data sources need...
This article will explain our motivation for developing Prisma and its advantages over other database tools, such as ORM and SQL constructors. When developing Web...
ORM itself originates from dachang politics. The programming language should be object-oriented. But database big factory wants to use SQL. The earliest ORM, that was...