Skip to content

Commit

Permalink
Update 05-crud.md
Browse files Browse the repository at this point in the history
typo correction
  • Loading branch information
Frank1016 authored Feb 2, 2024
1 parent 3087cac commit 891c397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/05-concepts/06-database/05-crud.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ fields:
:::note
You can also access the database methods through the session object under the field `dbNext`. However, this is typically only recommended if you want to want to do custom queries where you explicitly type out your SQL queries. The `db` field on `Session` contains legacy methods that are included for compatibility. In version 2 of Serverpod, the old legacy methods will be removed and `db` will be replaced by `dbNext`.
You can also access the database methods through the session object under the field `dbNext`. However, this is typically only recommended if you want to do custom queries where you explicitly type out your SQL queries. The `db` field on `Session` contains legacy methods that are included for compatibility. In version 2 of Serverpod, the old legacy methods will be removed and `db` will be replaced by `dbNext`.

:::

Expand Down

0 comments on commit 891c397

Please sign in to comment.