You might want to look into your application and query logging to see if it affects your migration. Data types MariaDB supports some data types that TiDB does not support, such as UUID, INET4, and INET6. To chec
🗣 Supports PostgreSQL, MySQL, MariaDB, SQLite and MongoDB 🔥 Simple, typed API 🦕 Deno-ready Read the documentation import{DataTypes,Database,Model,PostgresConnector}from'https://deno.land/x/denodb/mod.ts';constconnection=newPostgresConnector({host:'...',username:'user',password:'password...