Skip to content

Commit

Permalink
typo in "schema"
Browse files Browse the repository at this point in the history
  • Loading branch information
guettli authored and stephenafamo committed Jan 18, 2024
1 parent 5b5daed commit 359dca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/code-generation/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {useCurrentSidebarCategory} from '@docusaurus/theme-common';

Bob is a "database-first" ORM. That means you must first create your database schema. Please use something like [sql-migrate](https://github.com/rubenv/sql-migrate) or some other migration tool to manage this part of the database's life-cycle.

There is also a generator for other schema definitions like [Atlas' schema](https://atlasgo.io/atlas-schema/sql-resources) and [Prisma's schmea](https://www.prisma.io/docs/concepts/components/prisma-schema).
There is also a generator for other schema definitions like [Atlas' schema](https://atlasgo.io/atlas-schema/sql-resources) and [Prisma's schema](https://www.prisma.io/docs/concepts/components/prisma-schema).

## Avaialable Drivers

Expand Down

0 comments on commit 359dca0

Please sign in to comment.