iterlib VS kiss-orm

Compare iterlib vs kiss-orm and see what are their differences.

iterlib

Iterator library. (by facebookarchive)

kiss-orm

An extremely simple and explicit ORM for TypeScript (by Seb-C)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
iterlib kiss-orm
1 2
81 467
- -
0.0 0.0
over 4 years ago 2 months ago
C++ TypeScript
GNU General Public License v3.0 or later MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

iterlib

Posts with mentions or reviews of iterlib. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-03-10.
  • I don't want to learn your garbage query language
    9 projects | news.ycombinator.com | 10 Mar 2021
    I wrote such a C++ implementation during my days at Facebook around 8 years ago:

    https://engineering.fb.com/2016/03/18/data-infrastructure/dr...

    There is an example under "Functional programming primitives".

    It was a C++ implementation that fell victim to Greenspun's 10th rule. So I wrote a specification for it, first in Clojure and then in python.

    The C++ execution engine is open source:

    https://github.com/facebookarchive/iterlib/

    Main problems writing such code:

    * The output of SQL is generally flat. GraphQL makes it nested, but doesn't support all the operators SQL does natively.

kiss-orm

Posts with mentions or reviews of kiss-orm. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-08-24.

What are some alternatives?

When comparing iterlib and kiss-orm you can also consider the following projects:

sqlpp11 - A type safe SQL template library for C++

SqlKata Query Builder - SQL query builder, written in c#, helps you build complex queries easily, supports SqlServer, MySql, PostgreSql, Oracle, Sqlite and Firebird

honeysql - Turn Clojure data structures into SQL

pgtyped - pgTyped - Typesafe SQL in TypeScript

libsqldb - Wrapper to different SQL backends

sqlx - general purpose extensions to golang's database/sql

pggen - Generate type-safe Go for any Postgres query. If Postgres can run the query, pggen can generate code for it.

Tequel

ts-sql - A SQL database implemented purely in TypeScript type annotations.