We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 830d614 commit 6da7bb4Copy full SHA for 6da7bb4
skills/fastsqla-setup/SKILL.md
@@ -138,8 +138,8 @@ keys.
138
139
On **startup**:
140
141
-1. Creates an `AsyncEngine` via `async_engine_from_config()` (env var path) or
142
- `create_async_engine()` (programmatic path).
+1. Creates an `AsyncEngine` via `async_engine_from_config()` — with prefix
+ `sqlalchemy_` for the env var path, or with no prefix for the programmatic path.
143
2. Calls `Base.prepare()` inside a connection — this triggers SQLAlchemy's
144
`DeferredReflection`, reflecting table metadata from the database for any model
145
inheriting from `fastsqla.Base`.
0 commit comments