Skip to content

Commit 269f1e5

Browse files
committed
added in .env
1 parent a90b2f8 commit 269f1e5

File tree

9 files changed

+89
-1
lines changed
  • exercises/03.data-fetching
    • 01.problem.fetching-with-loaders
    • 01.solution.fetching-with-loaders
    • 02.problem.search-with-url
    • 02.solution.search-with-url
    • 03.problem.filtering-and-pagination
    • 03.solution.filtering-and-pagination
    • 04.problem.infinite-fetching-with-fetchers
    • 04.solution.infinite-fetching-with-fetchers

9 files changed

+89
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ workspace/
1515
# .env
1616
test-results
1717
**/generated/**
18-
.env
18+
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Environment variables declared in this file are automatically made available to Prisma.
2+
# See the documentation for more detail: https://pris.ly/d/prisma-schema#accessing-environment-variables-from-the-schema
3+
4+
# Prisma supports the native connection string format for PostgreSQL, MySQL, SQLite, SQL Server, MongoDB and CockroachDB.
5+
# See the documentation for all the connection string options: https://pris.ly/d/connection-strings
6+
7+
# The following `prisma+postgres` URL is similar to the URL produced by running a local Prisma Postgres
8+
# server with the `prisma dev` CLI command, when not choosing any non-default ports or settings. The API key, unlike the
9+
# one found in a remote Prisma Postgres URL, does not contain any sensitive information.
10+
11+
DATABASE_URL="file:./prisma/data.db"
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Environment variables declared in this file are automatically made available to Prisma.
2+
# See the documentation for more detail: https://pris.ly/d/prisma-schema#accessing-environment-variables-from-the-schema
3+
4+
# Prisma supports the native connection string format for PostgreSQL, MySQL, SQLite, SQL Server, MongoDB and CockroachDB.
5+
# See the documentation for all the connection string options: https://pris.ly/d/connection-strings
6+
7+
# The following `prisma+postgres` URL is similar to the URL produced by running a local Prisma Postgres
8+
# server with the `prisma dev` CLI command, when not choosing any non-default ports or settings. The API key, unlike the
9+
# one found in a remote Prisma Postgres URL, does not contain any sensitive information.
10+
11+
DATABASE_URL="file:./prisma/data.db"
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Environment variables declared in this file are automatically made available to Prisma.
2+
# See the documentation for more detail: https://pris.ly/d/prisma-schema#accessing-environment-variables-from-the-schema
3+
4+
# Prisma supports the native connection string format for PostgreSQL, MySQL, SQLite, SQL Server, MongoDB and CockroachDB.
5+
# See the documentation for all the connection string options: https://pris.ly/d/connection-strings
6+
7+
# The following `prisma+postgres` URL is similar to the URL produced by running a local Prisma Postgres
8+
# server with the `prisma dev` CLI command, when not choosing any non-default ports or settings. The API key, unlike the
9+
# one found in a remote Prisma Postgres URL, does not contain any sensitive information.
10+
11+
DATABASE_URL="file:./prisma/data.db"
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Environment variables declared in this file are automatically made available to Prisma.
2+
# See the documentation for more detail: https://pris.ly/d/prisma-schema#accessing-environment-variables-from-the-schema
3+
4+
# Prisma supports the native connection string format for PostgreSQL, MySQL, SQLite, SQL Server, MongoDB and CockroachDB.
5+
# See the documentation for all the connection string options: https://pris.ly/d/connection-strings
6+
7+
# The following `prisma+postgres` URL is similar to the URL produced by running a local Prisma Postgres
8+
# server with the `prisma dev` CLI command, when not choosing any non-default ports or settings. The API key, unlike the
9+
# one found in a remote Prisma Postgres URL, does not contain any sensitive information.
10+
11+
DATABASE_URL="file:./prisma/data.db"
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Environment variables declared in this file are automatically made available to Prisma.
2+
# See the documentation for more detail: https://pris.ly/d/prisma-schema#accessing-environment-variables-from-the-schema
3+
4+
# Prisma supports the native connection string format for PostgreSQL, MySQL, SQLite, SQL Server, MongoDB and CockroachDB.
5+
# See the documentation for all the connection string options: https://pris.ly/d/connection-strings
6+
7+
# The following `prisma+postgres` URL is similar to the URL produced by running a local Prisma Postgres
8+
# server with the `prisma dev` CLI command, when not choosing any non-default ports or settings. The API key, unlike the
9+
# one found in a remote Prisma Postgres URL, does not contain any sensitive information.
10+
11+
DATABASE_URL="file:./prisma/data.db"
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Environment variables declared in this file are automatically made available to Prisma.
2+
# See the documentation for more detail: https://pris.ly/d/prisma-schema#accessing-environment-variables-from-the-schema
3+
4+
# Prisma supports the native connection string format for PostgreSQL, MySQL, SQLite, SQL Server, MongoDB and CockroachDB.
5+
# See the documentation for all the connection string options: https://pris.ly/d/connection-strings
6+
7+
# The following `prisma+postgres` URL is similar to the URL produced by running a local Prisma Postgres
8+
# server with the `prisma dev` CLI command, when not choosing any non-default ports or settings. The API key, unlike the
9+
# one found in a remote Prisma Postgres URL, does not contain any sensitive information.
10+
11+
DATABASE_URL="file:./prisma/data.db"
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Environment variables declared in this file are automatically made available to Prisma.
2+
# See the documentation for more detail: https://pris.ly/d/prisma-schema#accessing-environment-variables-from-the-schema
3+
4+
# Prisma supports the native connection string format for PostgreSQL, MySQL, SQLite, SQL Server, MongoDB and CockroachDB.
5+
# See the documentation for all the connection string options: https://pris.ly/d/connection-strings
6+
7+
# The following `prisma+postgres` URL is similar to the URL produced by running a local Prisma Postgres
8+
# server with the `prisma dev` CLI command, when not choosing any non-default ports or settings. The API key, unlike the
9+
# one found in a remote Prisma Postgres URL, does not contain any sensitive information.
10+
11+
DATABASE_URL="file:./prisma/data.db"
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Environment variables declared in this file are automatically made available to Prisma.
2+
# See the documentation for more detail: https://pris.ly/d/prisma-schema#accessing-environment-variables-from-the-schema
3+
4+
# Prisma supports the native connection string format for PostgreSQL, MySQL, SQLite, SQL Server, MongoDB and CockroachDB.
5+
# See the documentation for all the connection string options: https://pris.ly/d/connection-strings
6+
7+
# The following `prisma+postgres` URL is similar to the URL produced by running a local Prisma Postgres
8+
# server with the `prisma dev` CLI command, when not choosing any non-default ports or settings. The API key, unlike the
9+
# one found in a remote Prisma Postgres URL, does not contain any sensitive information.
10+
11+
DATABASE_URL="file:./prisma/data.db"

0 commit comments

Comments
 (0)