Skip to content

Commit 1bca9ab

Browse files
committed
refactor(deps): remove postgres dependencies
- Removes `ht_data_postgres` and `postgres` from the `pubspec.yaml`. - This is a key step in migrating the data layer from PostgreSQL to MongoDB, severing the project's dependency on the old database implementation.
1 parent fe51a1e commit 1bca9ab

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pubspec.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ dependencies:
1616
ht_data_mongodb:
1717
git:
1818
url: https://github.com/headlines-toolkit/ht-data-mongodb.git
19-
ht_data_postgres:
20-
git:
21-
url: https://github.com/headlines-toolkit/ht-data-postgres.git
2219
ht_data_repository:
2320
git:
2421
url: https://github.com/headlines-toolkit/ht-data-repository.git
@@ -41,7 +38,6 @@ dependencies:
4138
logging: ^1.3.0
4239
meta: ^1.16.0
4340
mongo_dart: ^0.10.5
44-
postgres: ^3.5.6
4541
shelf_cors_headers: ^0.1.5
4642
uuid: ^4.5.1
4743

0 commit comments

Comments
 (0)