I am pleased to to introduce go-mysql, a major update to the lightweight framework for building MySQL-compatible servers in Go. This release marks a significant step forward, offering enhanced independence,…
Introducing New Open-Source Frameworks: go-sasl for SASL Authentication
I have released a new open-source frameworks: go-sasl. Simple Authentication and Security Layer (SASL) is a framework for authentication and data security in Internet protocols. It decouples authentication mechanisms from…
Announcing the Release of PuzzleDB v1.0 with PostgreSQL Protocol Support!
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…
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)…