3x-ui/database
Zakhar Izmaylov 4dce28dfb1 Enhance database initialization in db.go
- Updated GORM configuration to skip default transactions and prepare statements.
- Modified the database connection string to include caching and journal mode settings.
- Executed several PRAGMA statements to optimize SQLite performance and enable foreign key support.

These changes improve database handling and performance in the application.
2025-01-19 11:52:18 +03:00
..
model Client: Comment 2024-12-27 13:48:07 +01:00
db.go Enhance database initialization in db.go 2025-01-19 11:52:18 +03:00