go-qb
RianIhsan/go-qb
Go
Query Builder is a simple tool for building safe SQL queries in the Go programming language. Designed to prevent SQL injection risks, this Query Builder supports two popular database types: PostgreSQL and MySQL. By using appropriate placeholders for each database type, this tool allows users to easily and securely construct complex SQL queries.