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?

  • veer66@lemmy.oneOP
    link
    fedilink
    English
    arrow-up
    2
    ·
    3 months ago

    I don’t know what kind of architecture you are thinking of and having the distinction between datalog on the database and prolog in the server might be problematic.

    I thought about Datomic and Clojure.