d3ad social login

[d3ad]

tags labelled 'sqlite' e

please login to post
@barray on Thu Sep 15 22:40:01 UTC 2022 said: &e
Nice #persistent #keyvalue #store #database #library for #python that is #persistent and has better #performance than #sqlite named #dbm https://remusao.github.io/posts/python-d.. I wonder how well it handles #random #close , etc. Would be great of it also handles #crashing !
@barray on Sat Jun 18 10:02:18 UTC 2022 said: &e
Might be worth checking out the #keyvalue #store of the new #sqlite 4 #release https://sqlite.org/src4/doc/trunk/www/de.. I'm still quite happy with the #performance of #udatabase https://gitlab.com/danbarry16/u-database I still need to work on that to make it work with #embedded #systems - the only real #issue is making sure the #hashing works.
@barray on Sun Feb 20 09:07:54 UTC 2022 said: &e
#sqlite apparently has a #virtual #machine #embedded within it called #vdbe or #virtual #database #engine https://medium.com/@JasonWyatt/squeezing.. Also I see some #performance numbers that appear to indicate that #udatabase is significantly faster than #sqlite for an #insertion https://medium.com/hackernoon/squeezing-.. Very cool!
@barray on Wed Dec 08 05:06:18 UTC 2021 said: &e
@barray on Wed Dec 08 04:29:14 UTC 2021 said: &e
Considering using #unqlite for the #linuxpda #database #library https://unqlite.org/ It seems #small , #simple #cpp , #selfcontained , #nosql , etc. Quite impressed. Unfortunately it seems like it has a non permissable #license that requires #payment https://github.com/symisc/unqlite It's not even clear it could be easily #distributed under this #license ...
Something else I have #considered is the #sqlite #database #library - but it is absolutely massive: https://sqlite.org/index.html I really suspect it will not easily fit into the #ram of such a small #iot #device - considering also all the other things we intend to run.
@barray on Tue Sep 28 03:20:45 UTC 2021 said: &e
*Very* interesting #sqlite #archive #files https://www.sqlite.org/sqlar.html I really should look at putting in a #database #backend into #deadsocial !