mORMot2

OpenSource RESTful ORM/SOA/MVC Framework for Delphi and FreePascal (by synopse)

mORMot2 Alternatives

Similar projects and alternatives to mORMot2

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better mORMot2 alternative or higher similarity.

mORMot2 reviews and mentions

Posts with mentions or reviews of mORMot2. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-11.
  • Modern Pascal is still in the race (2022)
    3 projects | news.ycombinator.com | 11 Oct 2023
    This article reads more like an ad for mORMot 2 than Pascal. I've been out of the Pascal game for a few years, so I had to look up mORMot 2.[0] Apparently Synopse are the maintainers of it.

    The article basically compare their CSV/JSON serialising library to Go's standard CSV/JSON libraries. Looking at the Go code, it's pretty clear why it has memory issues, it reads all the lines into a single object (well, `[][]string`) immediately, rather than reading line for line (which takes advantage of the stream).

    I am not sure how this is remarkable and impressive for Pascal. They talk about how you don't need to use the `try..finally..Free` routine all the time, but that's only if the object in question is an interface. Interfaces are somehow handled by a reference counter in Object Pascal, so you need to know how to operate on objects vs interfaces, because they act very different. Pascal is full of these quirks.

    [0] https://github.com/synopse/mORMot2

  • Lazarus – Professional Free Pascal Rad IDE
    9 projects | news.ycombinator.com | 22 Apr 2022
    Lazarus is great! While FPC and Lazarus make it very easy and productive to make cross-platform GUI software, people should know that mORMot (https://github.com/synopse/mORMot2) makes it very easy to develop cross-platform web apps.

    mORMot has been around for over a decade, the feature-set is very rich and mature, and the development and user forums are also very active - you can easily confirm that by checking the github repo's commit logs and visiting their forum.

    mORMot's ORM is quite interesting - it's based on SQLite and supports all other mainstream databases through SQLite's virtual table mechanism.

    9 projects | news.ycombinator.com | 22 Apr 2022
  • Turbo Pascal: A Great Choice for Programming Under CP/M (2013)
    2 projects | news.ycombinator.com | 30 Jan 2021
    The most powerful and stable web framework is mORMot, it supports both FPC and Delphi. Here is its version 2 in development: https://github.com/synopse/mORMot2

    I use Delphi all the time, IMHO, it's the best tool for Windows desktop app development - concise language, blazing fast compile time, easy UI design, flexible UI framework, all-in-one IDE, and so on. It's joy to me :)

    And here is my new desktop software written in Delphi: https://docxmanager.com/

  • A note from our sponsor - SaaSHub
    www.saashub.com | 28 Mar 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic mORMot2 repo stats
6
448
9.9
6 days ago
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com