mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 14:47:33 +00:00
feat(database): implement sql adapter for backwards compatibility
This commit is contained in:
3
backend/v3/storage/database/dialect/sql/doc.go
Normal file
3
backend/v3/storage/database/dialect/sql/doc.go
Normal file
@@ -0,0 +1,3 @@
|
||||
// [database/sql] implementation of the interfaces defined in the database package.
|
||||
// This package is used to migrate from event driven to relational Zitadel.
|
||||
package sql
|
Reference in New Issue
Block a user