index
:
MyGrate
main
MySQL/MariaDB real-time replication exportor (to PostgreSQL)
Dan Goodliffe
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
output
/
pq
/
sql
/
insertTable.sql
blob: 4b559d01f683586ea2666f4be44abab38d4eaea1 (
plain
)
1
2
3
INSERT
INTO
mygrate
.
tables
(
table_name
,
source_id
)
VALUES
(
$
1
,
$
2
)
RETURNING
table_id