Database #3

Closed
opened 2021-10-23 11:50:44 +02:00 by pratyush · 3 comments
Owner

What db system to use. I feel like saying fuck it just go with postgres. I don’t think sqlite is a good idea even if i figure out how to store data appropriately.

@Georg thoughts?

What db system to use. I feel like saying fuck it just go with postgres. I don't think sqlite is a good idea even if i figure out how to store data appropriately. @Georg thoughts?
Author
Owner

Define the schema regardless, what fields are required?

I still feel like this plugin can be written in all it’s glory after the api is written because utilizing timedeltas instead of strings opens up all kinds of possibilities.

Define the schema regardless, what fields are required? I still feel like this plugin can be written in all it's glory after the api is written because utilizing timedeltas instead of strings opens up all kinds of possibilities.
Author
Owner

sqlite is the idea for now. refer branch

Note:

  • since datetime/timestamp isn’t a data type, using TEXT representation in ISO-8601
sqlite is the idea for now. refer [branch](https://git.com.de/LimnoriaPlugins/DoseLogs/src/branch/sqlite) > Note: * since datetime/timestamp isn't a data type, using TEXT representation in `ISO-8601`
pratyush added reference sqlite 2022-02-26 16:20:19 +01:00
pratyush added the
Type: Feature
Priority: High
Status: WIP
labels 2022-02-26 16:20:34 +01:00
pratyush self-assigned this 2022-02-26 16:20:42 +01:00
pratyush added a new dependency 2022-03-01 11:24:00 +01:00
Author
Owner

Switching back to pickled json for simplicity

Switching back to pickled json for simplicity
pratyush removed a dependency 2023-03-31 15:15:19 +02:00
Sign in to join this conversation.
No description provided.