Hacker News with Generative AI: ORMs
« Back to main
Sqlc: Data access simplified. Throw away your ORM
(sqlc.dev)
This tutorial assumes that the latest version of sqlc is installed and ready to use.
Databases
,
Software
,
Programming Tools
,
ORMs
24 points by kaashmonee 45 days ago |
22 comments
Toasty, an async ORM for Rust
(tokio.rs)
Toasty is an asynchronous ORM for the Rust programming language that prioritizes ease of use. Toasty supports SQL and NoSQL databases, including DynamoDB and Cassandra (soon).
Rust
,
ORMs
,
Databases
,
Asynchronous Programming
214 points by steveklabnik 86 days ago |
141 comments
Which .NET ORM – Dapper or Entity Framework?
(dodgycoder.net)
Within the .NET ecosystem, two ORMs dominate, the lightweight Dapper (open source) and the fully featured Entity Framework (EF) by Microsoft.
.NET
,
ORMs
,
Software Development
,
Dapper
,
Entity Framework
4 points by damian2000 111 days ago |
2 comments
Show HN: Node.js ORM to query SQL database through an array-like API
(github.com/tilyupo)
Query SQL database through an array-like API.
Node.js
,
SQL
,
Databases
,
Programming
,
ORMs
123 points by tilyupo 135 days ago |
87 comments
Taming the beast that is the Django ORM – An introduction
(davidhang.com)
Django
,
ORMs
,
Web Development
143 points by AbundantSalmon 139 days ago |
140 comments