From 89165169731c559ae3e45f3360c9f4a9a75e5f1d Mon Sep 17 00:00:00 2001 From: Tom Date: Mon, 16 Aug 2021 18:26:58 -0700 Subject: [PATCH] added code study for debian source code --- debian code study.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 debian code study.txt diff --git a/debian code study.txt b/debian code study.txt new file mode 100644 index 0000000..8533b13 --- /dev/null +++ b/debian code study.txt @@ -0,0 +1,3 @@ +they use this for DBs in the code: + +Psycopg is a PostgreSQL adapter for the Python programming language. This tool allows us to connect the capabilities of the Python language and libraries to obtain, manipulate, input, and update data stored in a PostgreSQL database. \ No newline at end of file