Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pietermartin/sqlg
TinkerPop graph over sql
https://github.com/pietermartin/sqlg
java postgresql sqlg tinkerpop
Last synced: about 12 hours ago
JSON representation
TinkerPop graph over sql
- Host: GitHub
- URL: https://github.com/pietermartin/sqlg
- Owner: pietermartin
- License: mit
- Created: 2014-07-12T03:34:07.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-12-20T05:50:04.000Z (about 1 month ago)
- Last Synced: 2024-12-20T06:29:25.808Z (about 1 month ago)
- Topics: java, postgresql, sqlg, tinkerpop
- Language: HTML
- Homepage:
- Size: 28.9 MB
- Stars: 247
- Watchers: 8
- Forks: 51
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[![Maven Central](http://img.shields.io/maven-central/v/org.umlg/sqlg)](https://search.maven.org/search?q=g:org.umlg%20AND%20a:sqlg)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![License: MIT](https://img.shields.io/badge/coverage-88%25-blue?style=flat&labelColor=5b5b5b&color=96c20d)](https://sqlg.org/docs/3.1.0/postgresql/codeCoverage/index.html)Sqlg
====**Sqlg** is a implementation of [Tinkerpop3](https://github.com/apache/incubator-tinkerpop) on a [RDBMS](http://en.wikipedia.org/wiki/Relational_database_management_system).
[H2](http://h2database.com/), [HSQLDB](http://hsqldb.org/), [Postgresql](http://www.postgresql.org/), [MariaDB](https://mariadb.org/), [MySQL](https://www.mysql.com/)
are supported.3.1.1 [Documentation](http://sqlg.org/docs/3.1.1)
3.1.0 [Documentation](http://sqlg.org/docs/3.1.0)
3.0.1 [Documentation](http://sqlg.org/docs/3.0.1)
3.0.0 [Documentation](http://sqlg.org/docs/3.0.0)