|
|
Subscribe / Log in / New account

Packaging Rust for Fedora

Packaging Rust for Fedora

Posted Nov 1, 2022 15:58 UTC (Tue) by Wol (subscriber, #4433)
In reply to: Packaging Rust for Fedora by kleptog
Parent article: Packaging Rust for Fedora

ORM?

(Oh, and 20kb queries aren't the problem. It's queries that are hand-written and huge. And by the way, the guys expected to write the queries are NOT database bods, they're end users who need the information. (And without whom, there's no point having a database!!!))

Oh - and if ORM means "Object Relational Model", then just ditch the relational and use Pick instead :-)

Cheers,
Wol


to post comments

Packaging Rust for Fedora

Posted Nov 1, 2022 23:24 UTC (Tue) by ssokolow (guest, #94568) [Link]

They're probably lumping anything with a query builder API under "ORM", even though things like Python's SQLAlchemy make the Object-Relational Mapper layer an optional higher-level wrapper around the lower-level query builder system.


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds