Back to Drizzle Orm

SetupEnv

src/mdx/get-started/SetupEnv.mdx

latest252 B
Original Source

import CodeWithProps from "@mdx/CodeWithProps.astro";

Create a .env file in the root of your project and add your database connection variable:

<CodeWithProps env_variable={props.env_variable}> ```plaintext copy $env_variable$= ``` </CodeWithProps>