# easysql **Repository Path**: carr123/easysql ## Basic Information - **Project Name**: easysql - **Description**: sql wraper for golang - **Primary Language**: Go - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-06 - **Last Updated**: 2023-04-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # easysql this's a golang library for mysql/postgresql/cockroachdb. it's easy to switch backend dbserver between mysql, postgresql and cockroachdb with little change in your golang code. features: 1. you should write SQL clause to talk to backend db server. 2. data type binding between database and golang type. string, int, float, date, datetime, string[], int[], jsonb, etc. 3. support transfer to default value if one db column is NULL