pietermartin / sqlg

TinkerPop graph over sql

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Discrepancy in github Sqlg README.md file and Sqlg Documentation

reshmi-nair opened this issue · comments

Hi,

README.md file does not mention about MySql Support, but in documentation it is mentioned the MySql is supported. Below are the snippets from README.md file and Documentation.

Please confirm whether Sqlg 2.0.0 Release supports MySql DB?

README.md
Sqlg is a implementation of Tinkerpop3 on a RDBMS. Currently H2, HSQLDB, Postgresql, MariaDB and MSSqlServer are supported.

Sqlg Documentation
Sqlg  is a implementation of Apache TinkerPop on a RDBMS. Currently Postgresql, HSQLDB, H2, MariaDB, MySQL and MSSqlServer are supported.

Thanks,

Yes it supports MySql, I'll change the readme.
Thanks

Fixed