HackerTrans
トップ新着トレンドコメント過去質問紹介求人

dgsb

no profile record

コメント

dgsb
·2 年前·議論
It's more than a PITA, it's almost impossible to implement ACID correctly. It's very very hard to do. There almost no point in implementing that in house when we have sqlite3.
dgsb
·2 年前·議論
You should seriously check sqlite3, it will save many engineering hours. free acid and btree.
dgsb
·2 年前·議論
For custom binary file you could and should use sqlite, it has many benefits instead of writing your own custom file format. You just have acid without any cost. It's a single file database you can access throuhg lib statically linked in your application and that's done.

You can check these links:

https://sqlite.org/appfileformat.html

https://sqlite.org/aff_short.html
dgsb
·3 年前·議論
It's not that really interesting but it's something I use daily. I've written a sqlite3 based time tracking tool. I highly inspired by timewarrior, but I wasn't satisfied with it.

https://github.com/dgsb/tt