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 check for these datatypes, execute the following statement: SELECT TABLE_...
🗣 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...