erd
esqueleto
Our great sponsors
erd | esqueleto | |
---|---|---|
3 | 2 | |
1,581 | 177 | |
- | 0.0% | |
0.8 | 0.0 | |
9 months ago | over 5 years ago | |
Haskell | Haskell | |
LicenseRef-PublicDomain | BSD 3-clause "New" or "Revised" License |
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.
erd
- Ask HN: Open-source DB- ERD tool
- What’s everyone’s favourite documentation tools?
-
Recommendations for a CLI-tool to generate DB diagrams?
Only tool I've come across is erd but have not personally used it. We use LucidChart for our ERDs at work. They have an API to export to PNG and to create documents within it. The documentation for the API is dense, but it is something I am hoping to take a hack day or two to try to understand and see if I can automate generating and updating our own ERDs.
esqueleto
-
Notes on Luca Palmieri's Zero to Production in Rust
Using esqueleto in one of my haskell projects was a huge time sink and a major barrier to entry for colleagues.
-
Go performance from version 1.2 to 1.18
In Haskell: https://hackage.haskell.org/package/esqueleto
Either it analyzes the given SQL to determine the in/out types of each SQL query, or it calls the database describe feature at compile-time.
What are some alternatives?
opaleye
classy-influxdb-simple
HDBC - Haskell Database Connectivity
hasql - Performant PostgreSQL driver with a flexible mapping API
squeal-postgresql - Squeal, a deep embedding of SQL in Haskell
groundhog - This library maps datatypes to a relational model, in a way similar to what ORM libraries do in OOP. See the tutorial https://www.schoolofhaskell.com/user/lykahb/groundhog for introduction
beam - A type-safe, non-TH Haskell SQL library and ORM
mysql-haskell - Pure haskell mysql driver
yxdb-utils - Utilities for parsing Alteryx Database format
mongoDB - MongoDB driver for Haskell
hocilib - A lightweight Haskell binding to the OCILIB C API