Commit 61d80b0
committed
docs: correct create_engine description in create-db-and-table
SQLModel re-exports SQLAlchemy's create_engine directly (sqlmodel.create_engine
is sqlalchemy.create_engine), it does not define its own wrapper. The previous
text described an obsolete future=True default and SQLAlchemy 1.4/2.0 framing
that no longer applies now that SQLModel requires SQLAlchemy 2.0.
Signed-off-by: Anas Khan <83116240+anxkhn@users.noreply.github.com>1 parent 07b69be commit 61d80b0
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
207 | | - | |
| 207 | + | |
208 | 208 | | |
209 | | - | |
| 209 | + | |
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
| |||
0 commit comments