Durable Object example weird import
Here in thd docs https://orm.drizzle.team/docs/connect-cloudflare-do
There is the following import
Inside my drizzle folder i have the migration files .sql and a meta folder. Where does the migrations file come from?
I did see the
[[rules]]
type = "Text"
globs = ["**/.sql"]
fallthrough = true
```
But do i need to run some command first?
There is the following import
import migrations from '../drizzle/migrations'; which i dont get?Inside my drizzle folder i have the migration files .sql and a meta folder. Where does the migrations file come from?
I did see the
We need rules so we can import migrations in the next steps
```toml[[rules]]
type = "Text"
globs = ["**/.sql"]
fallthrough = true
```
But do i need to run some command first?
Drizzle ORM is a lightweight and performant TypeScript ORM with developer experience in mind.