I am thrilled to announce the release of PuzzleDB version 1.0! 🎉 This version brings a significant update – support for the PostgreSQL protocol. This enhancement broadens the versatility and…
Introducing New Open-Source SQL Frameworks: go-postgresql and go-sqlparser
I have released a new open source framework, go-postgresql. The go-postgresql is a database framework for implementing a postgresql-compatible server using Go easily. The go-postgresql handles PostgreSQL protocol and interprets…
Rust vs Go vs C: Database and IoT Application Performance Benchmarks
Rust vs Go vs C: Database and IoT Application Performance Benchmarks Rust is a language designed to be both secure and fast [1], and in recent years, it has been…
Unveiling PuzzleDB v0.8.0: A Leap Towards Cloud-Native, Multi-Model Database Innovation
I have released a new open-source database framework called PuzzleDB today. PuzzleDB aims to be a high-performance, distributed, cloud-native, multi-API, multi-model database. The Technology Preview version is developed in the…
Introducing go-redis 1.0: Simplifying Redis-Compatible Server Development with Go
I have released a new open source framework, go-redis. The go-redis is a database framework for implementing a Redis-compatible server using Go easily. The go-redis handles RESP (REdis Serialization Protocol)…