AISE-TUDelft / coco

AI Code Completions for Jetbrains and VSCode
0 stars 0 forks source link

Interface to store vaules in the DB #1

Closed RebelOfDeath closed 4 months ago

RebelOfDeath commented 4 months ago

Provide a way to connect to the database and store values in the database with minimal chance of losing information while maintaining the integrity of the data.

RebelOfDeath commented 4 months ago

parts of this matter were addressed in 7fccdc05d556ccbdb59d9d67fcf2b440588d953b

RebelOfDeath commented 4 months ago

server-side interface for doing this was provided previously, additional modifications to this interface were made in a21843b99d0268c4269151eec80a13c5556ee2cd and testing was done in 1ef1611b28daa60f299764eb9b0e5078e5985c18

RebelOfDeath commented 4 months ago

This issue has been pretty much addressed in previously referred commits.