Q1712 / mobiled

mobile daemon and ultilitys to manage phone-, gps-, sync- a.s.o. functionality on free mobile devices like the GTA04, Pyra and Neo900
Other
1 stars 1 forks source link

choosing a database, or none #1

Open Q1712 opened 7 years ago

Q1712 commented 7 years ago

either a SQL database (best candidate is an embedded sqlite, but might have license issues) or a NoSQL database (one candidate is mongodb) or file-system (good example for this approach is libpurple) or something else i have not thought of

Q1712 commented 7 years ago

SQLite is back in play as I found out it is PD i ready went with the files-system aproach, but as there where some base config issues i will choose a mixed aproach: one sqlite DB for the relational data (e.g. person to phonenumber), and than for all events, messages, logs, a.s.o. a folder based aproach to store the call in the file /call/0221123345567/1485557054 wtich includes all data (duration, aswerd/regected a.s.o.)