Specifying single schema to push

Hello:

I'm hoping to push a single schema to the database after dropping the table. This way I can start over on this table but the rest of the tables are untouched.

I'm trying the following in the terminal:

npx drizzle-kit push:pg --schema=./server/api/schemas/mytableschema.ts

Drizzle returns this error:

Invalid input Only "pg" is available options for "--driver"

The docs suggest this is possible but I'm not sure https://orm.drizzle.team/kit-docs/commands#prototype--push

Thanks!
Was this page helpful?