feat: add support for libsql / Turso database (#421)

This commit is contained in:
Aris Ripandi
2023-11-25 11:05:39 +07:00
committed by GitHub
parent bd343f0b27
commit bbddf484ed
4 changed files with 159 additions and 1569 deletions

View File

@@ -5,6 +5,8 @@ const (
DbTypePostgres = "postgres"
// DbTypeSqlite is the sqlite database type
DbTypeSqlite = "sqlite"
// DbTypeLibSQL is the libsql / Turso database type
DbTypeLibSQL = "libsql"
// DbTypeMysql is the mysql database type
DbTypeMysql = "mysql"
// DbTypeSqlserver is the sqlserver database type