codd VS selda

Compare codd vs selda and see what are their differences.

codd

Codd is a simple-to-use CLI tool that applies plain postgres SQL migrations with strong and automatic cross-environment schema equality checks (by mzabani)

selda

A type-safe, high-level SQL library for Haskell (by valderman)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
codd selda
2 4
36 476
- -
7.0 0.0
26 days ago 2 months ago
Haskell Haskell
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.

codd

Posts with mentions or reviews of codd. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-03.
  • Announcing codd - a tool to apply postgres SQL migrations
    3 projects | /r/haskell | 3 Mar 2023
    Some possible upsides of codd: - No need to manually write verification SQL. Codd will update schema representation files when you codd add some-migration.sql and will compare those to the actual schema when deploying (I'd say in ways which would be very hard to replicate manually, see an example of what codd checks, giving you the option to rollback if they don't match or proceed but log non-matching db objects. - It seems to be much simpler to set codd up. You need 3 env vars to start, a folder to store your migrations and a self-contained statically linked executable. Just codd add migration.sql your way in after that - This might be very wrong as I couldn't find it explicitly documented, but this GH issue suggests it's not so simple to apply all pending migrations in a single transaction with Sqitch? Maybe it requires some bundling or something along those lines and then it's fine, though. In any case, codd will do this automatically when you run codd up (provided postgresql allows it).

selda

Posts with mentions or reviews of selda. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-11.

What are some alternatives?

When comparing codd and selda you can also consider the following projects:

dbmigrations - A library for the creation, management, and installation of schema updates for relational databases.

squeal-postgresql - Squeal, a deep embedding of SQL in Haskell

goose - A database migration tool. Supports SQL migrations and Go functions.

yxdb-utils - Utilities for parsing Alteryx Database format

sqitch - Sensible database change management

hocilib - A lightweight Haskell binding to the OCILIB C API

mywatch

rocksdb-haskell - Haskell bindings to RocksDB (http://rocksdb.org)

classy-influxdb-simple

esqueleto - Bare bones, type-safe EDSL for SQL queries on persistent backends.

haskell-tyrant - A pure Haskell interface to the Tokyo Tyrant database server via its binary protocol

mbtiles - Haskell MBTiles Library