You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simplified structure regardless can look something like:
WPDB ->
monkey patched mySQL functions
-> parser / regex/ variable extraction
-> parsed MySQL representation (class or struct)
-> convert to Postgres representation
-> toSQL() method
-> execute against postgres database
<-- post process postgres output
<-- return data to WPDB
The text was updated successfully, but these errors were encountered:
Investigate the same approach as the WordPress SQLite implemention
https://github.com/phpmyadmin/sql-parser
https://wordpress.org/plugins/sqlite-database-integration/
Simplified structure regardless can look something like:
WPDB ->
monkey patched mySQL functions
-> parser / regex/ variable extraction
-> parsed MySQL representation (class or struct)
-> convert to Postgres representation
-> toSQL() method
-> execute against postgres database
<-- post process postgres output
<-- return data to WPDB
The text was updated successfully, but these errors were encountered: