Popularity
4.3
Declining
Activity
0.0
Stable
5
4
1
Monthly Downloads: 8
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags:
Database
gremlin-haskell alternatives and similar packages
Based on the "Database" category.
Alternatively, view gremlin-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.
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
Promo
coderabbit.ai
* 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 gremlin-haskell or a related project?
README
gremlin-haskell
Haskell graph database client for TinkerPop3 Gremlin Server
https://hackage.haskell.org/package/gremlin-haskell
test
to run the test with gremlin-server
# download https://www.apache.org/dist/incubator/tinkerpop/3.1.0-incubating/apache-gremlin-server-3.1.0-incubating-bin.zip
bin/gremlin-server.sh conf/gremlin-server-modern.yaml
run test
stack test
TODO:
- Use as streaming data source
- Resolve thread problem
gremlin-haskell-test: threadWait: invalid argument (Bad file descriptor)
- Rewrite test
- create Gnerating Gremlin script DSL(?)