this post was submitted on 29 Mar 2024
14 points (88.9% liked)

SQL

467 readers
2 users here now

Related Fediverse communities:

Icon base by Delapouite under CC BY 3.0 with modifications to add a gradient

founded 1 year ago
MODERATORS
 

Is there a programming language specifically designed for interacting with SQL databases that avoids the need for Object-Relational Mappers (ORMs) to solve impedance mismatch from the start?

If such a language exists, would it be a viable alternative to PHP or Go for a web backend project?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] piotrm 3 points 5 months ago (1 children)

There is also links (https://links-lang.org/). Designed for web but has nice SQL abstractions. It is mostly an academic language though.

[โ€“] [email protected] 1 points 5 months ago* (last edited 5 months ago)

b but has nice

Thank you. This is exactly what I'm looking for.

link