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

ReturnErr

no profile record

投稿

Show HN: GEDB – A pure-Go embedded database

9 ポイント·投稿者 ReturnErr·5 か月前·3 コメント

コメント

ReturnErr
·5 か月前·議論
Thank you. Honestly I did not known go-cache until now, so there might be more things to consider, but as far as I've sen, go-cache is key-value, while GEDB is document-driven, so there are some more querying features, like indexes and mongo-style filtering, sorting and projecting. Also, in README, go-cache mentions that it not meant to be persistent (even though it's possible), while my package was made to be persistent (you can use in-memory-only though). It was completely developed by me, no AI