#golang #database #opensource #crocdb
Have you tried it? What’s your go-to embedded DB?
Most developers reach for Redis or BoltDB by default. But if you need:
db, _ := crocdb.Open("data.db", 0600) defer db.Close() db.Update(func(tx *crocdb.Tx) error { tx.Set([]byte("user:1"), []byte("Alice")) return nil })
…CrocDB might surprise you.
❌ A distributed database ❌ Suitable for high write throughput ❌ Meant for multi-terabyte datasets
#golang #database #opensource #crocdb
Have you tried it? What’s your go-to embedded DB?
Most developers reach for Redis or BoltDB by default. But if you need:
db, _ := crocdb.Open("data.db", 0600) defer db.Close() db.Update(func(tx *crocdb.Tx) error { tx.Set([]byte("user:1"), []byte("Alice")) return nil })
…CrocDB might surprise you.
❌ A distributed database ❌ Suitable for high write throughput ❌ Meant for multi-terabyte datasets
|
|
Microsoft Windows 7 Professional x32/x64 |
0 руб.
шт.
|