SQLines tools can help you transfer data, convert database schema (DDL), views, stored functions (procedures), triggers, queries and SQL scripts from PostgreSQL to MariaDB.
Databases:
Converting date and time data types:
| PostgreSQL | MariaDB | |||
| 1 | TIMESTAMP(p) WITH TIME ZONE | Date and time with fraction and time zone | DATETIME(p) |
|
Converting CREATE TABLE statement keywords and clauses:
| PostgreSQL | MariaDB | ||
| 1 | GENERATED AS IDENTITY | Identity column | AUTO_INCREMENT |