sqlpp11 VS libsqldb

Compare sqlpp11 vs libsqldb and see what are their differences.

sqlpp11

A type safe SQL template library for C++ (by rbock)

libsqldb

Wrapper to different SQL backends (by lelanthran)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
sqlpp11 libsqldb
3 2
2,352 0
- -
7.8 0.0
5 days ago over 2 years ago
C++ C
BSD 2-clause "Simplified" 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.

sqlpp11

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

libsqldb

Posts with mentions or reviews of libsqldb. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-03-10.
  • Where did the notion of "one return only" come from?
    1 project | /r/programming | 7 May 2021
  • I don't want to learn your garbage query language
    9 projects | news.ycombinator.com | 10 Mar 2021
    > My current comfort zone is if I can find a query builder that has enough static typing that it has all of the keywords of my preferred SQL flavor, has prepared statements with placeholders- mainly for safety/security, and basically returns a string when you're done.

    Some self-promotion (shameless, I know): https://github.com/lelanthran/libsqldb/tree/v1.0.0-rc2

    I'm intending to rewrite it ("the first one is always to throw away" - I put too much unnecessary functionality into it and not enough RDBMS server backends) but I've used it in a few projects (use the latest branch) and am happy with it for postgres or sqlite usage.

    See https://github.com/lelanthran/libsqldb/blob/v1.0.0-rc2/src/s... for example usage, but the basic premise is:

    1. Send parameterised string to DB.

What are some alternatives?

When comparing sqlpp11 and libsqldb you can also consider the following projects:

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

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

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

kiss-orm - An extremely simple and explicit ORM for TypeScript

honeysql - Turn Clojure data structures into SQL

iterlib - Iterator library.

mysql - MySQL C++ client based on Boost.Asio

cheap - C++ HTML Element Apparator