Skip to content

Commit

Permalink
Remove postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
devcshort committed Jun 8, 2024
1 parent 2b58945 commit 7d4001a
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 110 deletions.
2 changes: 1 addition & 1 deletion docs/docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ We call this `appConfig` when referenced in the application. It holds the majori

| Key | Value | Info |
| :--------- | :------------------------------------------------------------- | :--------- |
| `database` | `postgres` or `mongodb` | `required` |
| `database` | `mongodb` (postgres planned for the near future) | `required` |
| `search` | `elasticsearch` (We may add postgres, Algolia, or Meilisearch) | `required` |
| `map` | `mapbox` or `radar` | `required` |
| `sms` | `twilio` | `required` |
Expand Down
40 changes: 0 additions & 40 deletions src/lib/adapters/database/PostgresDatabaseAdapter.ts

This file was deleted.

16 changes: 0 additions & 16 deletions src/lib/postgres/index.ts

This file was deleted.

53 changes: 0 additions & 53 deletions src/lib/postgres/schema.prisma

This file was deleted.

0 comments on commit 7d4001a

Please sign in to comment.