feat(database): implement sql adapter for backwards compatibility

This commit is contained in:
adlerhurst
2025-07-25 16:16:45 +02:00
parent d9bff64699
commit 5d309bcf5b
7 changed files with 428 additions and 0 deletions

View 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