classy-influxdb-simple alternatives and similar packages
Based on the "Database" category.
Alternatively, view classy-influxdb-simple alternatives based on common mentions on social networks and blogs.
-
erd
Translates a plain text description of a relational database schema to a graphical entity-relationship diagram. -
persistent-redis
Persistence interface for Haskell allowing multiple storage methods. -
opaleye-sqlite
An SQL-generating DSL targeting SQLite -
hasql
Performant PostgreSQL driver with a flexible mapping API -
HDBC-session
This repository includes a joined query generator based on typefull relational algebra, and mapping tools between SQL values list and Haskell record type. -
postgresql-simple
Mid-level client library for accessing PostgreSQL from Haskell -
squeal-postgresql
Squeal, a deep embedding of SQL in Haskell -
acid-state
Add ACID guarantees to any serializable Haskell data structure -
esqueleto
Bare bones, type-safe EDSL for SQL queries on persistent backends. -
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 -
hw-kafka-client
Kafka client for Haskell, including auto-rebalancing consumers -
postgresql-simple-migration
PostgreSQL Schema Migrations for Haskell -
mysql-simple
A mid-level client library for the MySQL database, intended to be fast and easy to use. -
vcache-trie
large, persistent, memcached values and structure sharing for Haskell -
vcache
large, persistent, memcached values and structure sharing for Haskell -
direct-sqlite
Low-level binding to SQLite3. Includes UTF8 and BLOB support. -
haskelldb
A library for building re-usable and composable SQL queries. -
dbmigrations
A library for the creation, management, and installation of schema updates for relational databases. -
postgresql-orm
An Haskell ORM (Object Relational Mapping) and migrations DSL for PostgreSQL. -
postgresql-tx
[Moved to: https://github.com/Simspace/postgresql-tx] -
postgresql-typed
Haskell PostgreSQL library with compile-time type inference -
haskey
Transactional key-value store written entirely in Haskell -
mysql
A lightweight Haskell binding to the C mysqlclient API -
ampersand
Build database applications faster than anyone else, and keep your data pollution free as a bonus. -
persistent-database-url
Parse DATABASE_URL into configuration types for Persistent
Static code analysis for 29 languages.
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of classy-influxdb-simple or a related project?
README
Classy InfluxDB Simple
A simple, stupid, classy-mtl style, wrapper for interacting with InfluxDB via the HTTP API.
It doesn't do a lot to protect you from yourself, however it does wire in nicely with an application structured using the Classy Lenses/MTL style. Can/Has/As et al.