Skip to content

Commit 6da7bb4

Browse files
committed
fix: correct engine creation description — both paths use async_engine_from_config()
1 parent 830d614 commit 6da7bb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

skills/fastsqla-setup/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@ keys.
138138

139139
On **startup**:
140140

141-
1. Creates an `AsyncEngine` via `async_engine_from_config()` (env var path) or
142-
`create_async_engine()` (programmatic path).
141+
1. Creates an `AsyncEngine` via `async_engine_from_config()` — with prefix
142+
`sqlalchemy_` for the env var path, or with no prefix for the programmatic path.
143143
2. Calls `Base.prepare()` inside a connection — this triggers SQLAlchemy's
144144
`DeferredReflection`, reflecting table metadata from the database for any model
145145
inheriting from `fastsqla.Base`.

0 commit comments

Comments
 (0)