mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 21:16:00 +00:00
#176 generate SQL from data
This commit is contained in:
@@ -12,10 +12,10 @@
|
||||
import useEffect from '../utility/useEffect';
|
||||
import { getContext } from 'svelte';
|
||||
import { mountCodeCompletion } from './codeCompletion';
|
||||
export let engine;
|
||||
export let conid;
|
||||
export let database;
|
||||
export let readOnly;
|
||||
export let engine = null;
|
||||
export let conid = null;
|
||||
export let database = null;
|
||||
export let readOnly = false;
|
||||
|
||||
let domEditor;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user