working on json2postgres.py file

This commit is contained in:
2025-06-25 09:17:45 -04:00
parent 29814092b7
commit f719155a35
6 changed files with 130 additions and 72 deletions
+4 -4
View File
@@ -1,8 +1,8 @@
# Sample GitLab Project
# DBSyncer
This sample project shows how a project in GitLab looks for demonstration purposes. It contains issues, merge requests and Markdown files in many branches,
named and filled with lorem ipsum.
This project has two parts:
1.) it uses the tvmaze API to download Television dat and store it in a mongodb database.
2.) Takes saved json data and inserts/updates data in a postgresql database.
You can look around to get an idea how to structure your project and, when done, you can safely delete this project.
[Learn more about creating GitLab projects.](https://docs.gitlab.com/ee/gitlab-basics/create-project.html)