Skip to content

vince-winkintel/drizzle-kit-introspect-with-planetscale

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Drizzle-Kit Introspect with PlanetScale

This project demonstrates how to use Drizzle-Kit to introspect a PlanetScale database.

Installation

git clone https://github.com/vince-winkintel/drizzle-kit-introspect-with-planetscale.git
cd drizzle-kit-introspect-with-planetscale
npm install

Usage

First, copy the .env.example file to .env and fill in the values for your PlanetScale database.

Then, run the following command to introspect the database:

cp .env.example .env

Update the .env file with your PlanetScale database URL which contains the credentials.

Finally, run the db:pull command to introspect the database:

npm run db:pull

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

Demonstrate an issue with Drizzle-kit introspect with PlanetScale

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published