Commit Graph
19 Commits
Author SHA1 Message Date
cptlobster f12d8a8062 add print statement 2024-03-01 19:24:47 -06:00
cptlobster fc9ff4c8b2 split lists if they contain more than 2 commas 2024-03-01 19:13:28 -06:00
cptlobster e903150fd4 Add functions for connecting to Meilisearch and adding documents 2024-02-20 10:33:01 -06:00
cptlobster d0ea696274 reorganize gitignore and add comments 2024-02-20 10:15:56 -06:00
cptlobster eea8c9f5fa Merge branch 'main' into dthomas_meilisearch 2024-02-20 10:04:33 -06:00
cptlobster 68b95bfe17 add a module for using meilisearch 2024-02-17 22:46:11 -06:00
cptlobster e3e9b855f9 add compose file with meilisearch image 2024-02-17 22:45:30 -06:00
cptlobster 75fad013c0 get column parity implemented 2024-01-14 15:36:15 -06:00
cptlobster bb19158aa0 start implementing column parity 2024-01-14 15:25:57 -06:00
cptlobster 941ebc4a24 add a function to convert a tuple into a dictionary 2024-01-14 15:25:45 -06:00
cptlobster cfa45fc970 some docstring things 2024-01-14 15:25:08 -06:00
cptlobster 4a4e969e0f add basic write functionality 2024-01-14 14:41:43 -06:00
cptlobster 72831a8e1d write read functionality 2024-01-14 14:25:25 -06:00
cptlobster 83f1dc6a9f make the DBConnector class usable as a standalone object or in a context manager 2024-01-14 14:16:03 -06:00
cptlobster 1ef515e265 setup defaults for environment variables (configured for a locally running Postgres docker with default config) 2024-01-14 14:14:12 -06:00
cptlobster e3d8a31285 get the query to return results, or an empty list if any error occurs 2024-01-14 13:53:34 -06:00
cptlobster 997dc064e6 Create read/write functions to fill later 2024-01-09 14:57:42 -06:00
cptlobster 20648ed295 Create database context manager class and start work on query execution 2024-01-09 14:50:39 -06:00
cptlobster cafd04a47d Create database module 2024-01-09 14:27:44 -06:00