mywatch | selda | |
---|---|---|
- | 4 | |
2 | 478 | |
- | - | |
0.0 | 0.0 | |
almost 8 years ago | 4 months ago | |
Haskell | Haskell | |
MIT License | MIT 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.
mywatch
We haven't tracked posts mentioning mywatch yet.
Tracking mentions began in Dec 2020.
selda
-
How to use PostgreSQL with Haskell: selda
Selda “is a Haskell library for interacting with SQL-based relational databases” (PostgreSQL or SQLite). “The library was inspired by LINQ and Opaleye.”
- School of Haskell: Basics
-
Options for (local) database interop?
Acid state is cool, but doesn't offer all of the relational features I'd expect from a database. I'd really like to use an API like selda, but I'm not sure I'd be able to use it with localstorage.
- A more functional approach
What are some alternatives?
opaleye
yxdb-utils - Utilities for parsing Alteryx Database format
beam - A type-safe, non-TH Haskell SQL library and ORM
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
hocilib - A lightweight Haskell binding to the OCILIB C API
hasql - The fastest PostgreSQL libpq-based driver for Haskell
rocksdb-haskell - Haskell bindings to RocksDB (http://rocksdb.org)
acid-state - Add ACID guarantees to any serializable Haskell data structure
esqueleto - Bare bones, type-safe EDSL for SQL queries on persistent backends.
erd - Translates a plain text description of a relational database schema to a graphical entity-relationship diagram.
classy-influxdb-simple