Update Japanese translation for fluent/advanced.ja.md

- Update internal link to use relative path without .ja.md extension
- Follow documentation linking convention
This commit is contained in:
Lemo-nade-room 2025-06-18 22:12:20 +09:00
parent 57184ea982
commit 7a01498ad3
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ import FluentPostgresDriver
if let postgres = req.db as? PostgresDatabase {
// 基礎となるデータベースドライバーはPostgreSQLです。
postgres.simpleQuery("SELECT * FROM planets").all()
let planets = try await postgres.simpleQuery("SELECT * FROM planets").all()
} else {
// 基礎となるデータベースはPostgreSQLではありません。
}