- 为 SQLite 数据库添加数据库文件目录自动创建逻辑 - 实现 ensureSQLiteDirectory 方法解析数据库路径并创建必要目录 - 支持从 config.Name 或 config.Link 中提取 SQLite 文件路径 - 添加对 SQLite 链接格式 sqlite::@file(path) 的路径解析支持 - 在数据库表迁移前确保 SQLite 数据库文件目录存在 - 新增 sqlitecgo 驱动包实现 SQLite 数据库驱动支持 |
||
|---|---|---|
| .. | ||
| sqlitecgo.go | ||
| sqlitecgo_do_filter.go | ||
| sqlitecgo_format_upsert.go | ||
| sqlitecgo_open.go | ||
| sqlitecgo_table_fields.go | ||
| sqlitecgo_tables.go | ||