rocksdb-haskell alternatives and similar packages
Based on the "Database" category.
Alternatively, view rocksdb-haskell 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. -
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. -
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 -
mysql-simple
A mid-level client library for the MySQL database, intended to be fast and easy to use. -
dbmigrations
DISCONTINUED. A library for the creation, management, and installation of schema updates for relational databases. -
ampersand
Build database applications faster than anyone else, and keep your data pollution free as a bonus. -
hsparql
hsparql includes a DSL to easily create queries, as well as methods to submit those queries to a SPARQL server, returning the results as simple Haskell data structures.
SaaSHub - Software Alternatives and Reviews
* 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 rocksdb-haskell or a related project?
README
This library provides Haskell bindings to RocksDB
History
Version 0.1.x:
- initial fork of leveldb-haskell
Installation
Prerequisites:
To install the latest version from hackage:
$ cabal install rocksdb-haskell
To install from checked-out source:
$ cabal install
Notes
This library is in very early stage and has seen very limited testing. Comments and contributions are welcome.
Bugs and Contributing
Please report issues via http://github.com/agrafix/rocksdb-haskell/issues. Patches are best submitted as pull requests, or via email ([email protected]).
License
BSD 3, see LICENSE file.
*Note that all licence references and agreements mentioned in the rocksdb-haskell README section above
are relevant to that project's source code only.