mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-29 01:46:01 +00:00
create table test
This commit is contained in:
@@ -16,7 +16,7 @@ const matviews = {
|
||||
const engines = [
|
||||
{
|
||||
label: 'MySQL',
|
||||
skipLocal: true,
|
||||
// skipLocal: true,
|
||||
connection: {
|
||||
engine: 'mysql@dbgate-plugin-mysql',
|
||||
password: 'Pwd2020Db',
|
||||
@@ -94,7 +94,7 @@ const engines = [
|
||||
},
|
||||
{
|
||||
label: 'SQLite',
|
||||
skipLocal: true,
|
||||
// skipLocal: true,
|
||||
generateDbFile: true,
|
||||
connection: {
|
||||
engine: 'sqlite@dbgate-plugin-sqlite',
|
||||
|
||||
Reference in New Issue
Block a user