erd
Translates a plain text description of a relational database schema to a graphical entity-relationship diagram. (by BurntSushi)
squeal-postgresql
Squeal, a deep embedding of SQL in Haskell (by morphismtech)
Our great sponsors
erd | squeal-postgresql | |
---|---|---|
3 | 1 | |
1,581 | 327 | |
- | 0.6% | |
0.8 | 8.6 | |
9 months ago | about 2 months ago | |
Haskell | Haskell | |
LicenseRef-PublicDomain | BSD 3-clause "New" or "Revised" 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.
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
Posts with mentions or reviews of erd.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-10-20.
- 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.
squeal-postgresql
Posts with mentions or reviews of squeal-postgresql.
We have used some of these posts to build our list of alternatives
and similar projects.
What are some alternatives?
When comparing erd and squeal-postgresql you can also consider the following projects:
selda - A type-safe, high-level SQL library for Haskell
persistent-mysql-haskell - Persistence interface for Haskell allowing multiple storage methods.
beam - A type-safe, non-TH Haskell SQL library and ORM
sqlite-simple - Mid-level bindings for sqlite
classy-influxdb-simple
acid-state - Add ACID guarantees to any serializable Haskell data structure
opaleye
HDBC - Haskell Database Connectivity
esqueleto - Bare bones, type-safe EDSL for SQL queries on persistent backends.
hasql - Performant PostgreSQL driver with a flexible mapping API
mongoDB - MongoDB driver for Haskell