Can drizzle generate an initial schema from an existing db?

I have a db that wasn't built using drizzle, but I'm interesting in moving over to it. Do I need to manually write out a schema that matches that the db has, or is there a way to generate one via some command?
Was this page helpful?