dosco / graphjin

GraphJin - Build NodeJS / GO APIs in 5 minutes not weeks

Home Page:https://graphjin.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does it not support mysql?

duolabmeng6 opened this issue · comments

2023/05/26 16:45:33 postgres: Error 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'integer) as db_version,
        COALESCE(current_schema(), '') as db_schema,
        COALESCE(' at line 1

I wanted to use the MySQL database, but an error was reported

	db, err := sql.Open("mysql", "root@tcp(127.0.0.1:3310)/gotest?charset=utf8&parseTime=true&loc=Local")

commented

what version of mysql are you using it needs to be 8+ i think