Camryn Thomas cptlobster
cptlobster pushed to dthomas_meilisearch at Jukebox/jukebox-software 2024-02-20 16:17:05 +00:00
d0ea696274 reorganize gitignore and add comments
cptlobster pushed to dthomas_meilisearch at Jukebox/jukebox-software 2024-02-20 16:05:58 +00:00
eea8c9f5fa Merge branch 'main' into dthomas_meilisearch
fe5de4e54c Adjust datasheet parsing for meilisearch, add dockerfile
Compare 2 commits »
cptlobster created branch dthomas_meilisearch in Jukebox/jukebox-software 2024-02-20 16:01:57 +00:00
cptlobster pushed to dthomas_meilisearch at Jukebox/jukebox-software 2024-02-20 16:01:57 +00:00
68b95bfe17 add a module for using meilisearch
e3e9b855f9 add compose file with meilisearch image
Compare 2 commits »
cptlobster created pull request Jukebox/jukebox-software#6 2024-02-18 02:09:09 +00:00
Add database interface module
cptlobster pushed to dthomas-db at Jukebox/jukebox-software 2024-01-14 21:37:46 +00:00
75fad013c0 get column parity implemented
cptlobster pushed to dthomas-db at Jukebox/jukebox-software 2024-01-14 21:27:26 +00:00
bb19158aa0 start implementing column parity
941ebc4a24 add a function to convert a tuple into a dictionary
cfa45fc970 some docstring things
Compare 3 commits »
cptlobster pushed to dthomas-db at Jukebox/jukebox-software 2024-01-14 20:43:16 +00:00
4a4e969e0f add basic write functionality
cptlobster commented on issue Jukebox/jukebox-software#3 2024-01-14 20:27:24 +00:00
[Task]: Setup database interaction module

so far the internal functionality for executing SQL queries is implemented. I don't have error handling fully implemented yet so it just returns an empty list for now and print the error.

Also…

cptlobster pushed to dthomas-db at Jukebox/jukebox-software 2024-01-14 20:26:59 +00:00
72831a8e1d write read functionality
cptlobster pushed to dthomas-db at Jukebox/jukebox-software 2024-01-14 20:17:33 +00:00
83f1dc6a9f make the DBConnector class usable as a standalone object or in a context manager
1ef515e265 setup defaults for environment variables (configured for a locally running Postgres docker with default config)
e3d8a31285 get the query to return results, or an empty list if any error occurs
Compare 3 commits »
cptlobster pushed to dthomas-db at Jukebox/jukebox-software 2024-01-09 20:58:21 +00:00
997dc064e6 Create read/write functions to fill later
cptlobster pushed to dthomas-db at Jukebox/jukebox-software 2024-01-09 20:51:17 +00:00
20648ed295 Create database context manager class and start work on query execution
cptlobster pushed to dthomas-db at Jukebox/jukebox-software 2024-01-09 20:28:34 +00:00
cafd04a47d Create database module
cptlobster created branch dthomas-db in Jukebox/jukebox-software 2024-01-09 20:28:34 +00:00
cptlobster opened issue Jukebox/jukebox-software#3 2024-01-09 20:11:30 +00:00
[Task]: Setup database interaction module