awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to galeone/igor

Projects sharing features with Igor

30 open-source projects similar to galeone/igor, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.

  • go-ozzo/ozzo-dbxgo-ozzo avatar

    go-ozzo/ozzo-dbx

    668View on GitHub↗

    A Go (golang) package that enhances the standard database/sql package by providing powerful data retrieval methods as well as DB-agnostic query building capabilities.

    Godatabasegogolang
    View on GitHub↗668
  • arthurkushman/buildsqlxarthurkushman avatar

    arthurkushman/buildsqlx

    185View on GitHub↗

    Go database query builder library for PostgreSQL

    Goactive-recordclausesdatabase-table
    View on GitHub↗185
  • elgris/sqrlelgris avatar

    elgris/sqrl

    285View on GitHub↗

    Fluent SQL generation for golang

    Go
    View on GitHub↗285
  • masterminds/squirrelMasterminds avatar

    Masterminds/squirrel

    7,949View on GitHub↗

    Squirrel is a Go database library and SQL query builder that provides a programmatic interface for constructing and executing SQL statements. It enables the creation of queries using a fluent interface to avoid manual string concatenation. The library functions as a SQL dialect generator, producing queries formatted for specific database engines by adjusting placeholders and syntax to match target requirements. This allows for the generation of SQL compatible with multiple different database environments. Beyond query construction, the project covers the execution of generated statements aga

    Go
    View on GitHub↗7,949
  • doug-martin/goqudoug-martin avatar

    doug-martin/goqu

    2,661View on GitHub↗

    SQL builder and query library for golang

    Godatabasegogolang
    View on GitHub↗2,661

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • sosedoff/pgwebsosedoff avatar

    sosedoff/pgweb

    9,399View on GitHub↗

    pgweb is a web-based database client and graphical administration tool for PostgreSQL. It provides a browser-based interface for executing SQL queries, inspecting schemas, and managing database objects. The tool includes a read-only mode that prevents destructive operations by blocking specific SQL keywords. It supports secure remote access to private instances through native SSH tunneling and encrypted database connections. The application covers a broad range of management capabilities, including multi-environment session management, database structure inspection, and the export of query r

    Gocross-platformgolangpgweb
    View on GitHub↗9,399
  • siddontang/go-mysqlsiddontang avatar

    siddontang/go-mysql

    4,953View on GitHub↗

    go-mysql is a toolkit for the Go programming language designed for implementing MySQL protocol handlers, binary log replication systems, mock servers, and schema parsing utilities. It provides the necessary libraries to interact with MySQL servers through native network protocols and binary log streams. The project enables the creation of custom database proxies or mock servers by parsing and decoding low-level network packets. It also includes a replication tool for streaming and processing binary logs to synchronize data across different storage systems, alongside a schema parser for extrac

    Go
    View on GitHub↗4,953
  • twharmon/gosqltwharmon avatar

    twharmon/gosql

    38View on GitHub↗

    SQL query builder for Go

    Go
    View on GitHub↗38
  • hnh/qryHnH avatar

    HnH/qry

    35View on GitHub↗

    Write your SQL queries in raw files with all benefits of modern IDEs, use them in an easy way inside your application with all the profit of compile time constants

    Gogogolangsql
    View on GitHub↗35
  • go-jet/jetgo-jet avatar

    go-jet/jet

    3,717View on GitHub↗

    Jet is a schema-driven code generation tool and type-safe SQL builder for Go. It introspects database schemas to automatically generate builders and data models, enabling compile-time type checking for table and column references to prevent runtime errors. The project distinguishes itself through a fluent interface that mirrors native SQL syntax, allowing for the orchestration of complex queries including common table expressions, recursive queries, and nested JSON structures. It further optimizes data retrieval by binding query outputs directly into generated Go structures or raw byte slices

    Gocockroachdbcode-completioncode-generator
    View on GitHub↗3,717
  • leporo/sqlfleporo avatar

    leporo/sqlf

    188View on GitHub↗

    Fast SQL query builder for Go

    Gogogolangsql-builder
    View on GitHub↗188
  • motrboat/hotcoalmotrboat avatar

    motrboat/hotcoal

    23View on GitHub↗

    Hotcoal - Secure your handcrafted SQL against injection

    Go
    View on GitHub↗23
  • rocketlaunchr/dbqrocketlaunchr avatar

    rocketlaunchr/dbq

    416View on GitHub↗

    Zero boilerplate database operations for Go

    Godatabasegogolang
    View on GitHub↗416
  • pupizoid/ormlitepupizoid avatar

    pupizoid/ormlite

    15View on GitHub↗

    Lightweight package containing some ORM-like features and helpers for sqlite databases.

    Goormsqlsqlite3
    View on GitHub↗15
  • jacobbrewer1/patcherJacobbrewer1 avatar

    Jacobbrewer1/patcher

    8View on GitHub↗

    Powerful SQL Query builder that automatically generates SQL queries from structs

    Gogogo-libgo-library
    View on GitHub↗8
  • didi/gendrydidi avatar

    didi/gendry

    1,638View on GitHub↗

    a golang library for sql builder

    Go
    View on GitHub↗1,638
  • coregx/relicacoregx avatar

    coregx/relica

    14View on GitHub↗

    Lightweight, type-safe database query builder for Go with zero production dependencies. Advanced SQL features (JOINs, subqueries, CTEs, window functions), batch operations (3x faster), LRU statement cache (<60ns). Professional API documentation. PostgreSQL, MySQL, SQLite support.

    Godatabasedatabase-abstractiongo
    View on GitHub↗14
  • 2tvenom/myreplication2

    2tvenom/myreplication

    0View on GitHub↗
    View on GitHub↗0
  • cristalhq/builqcristalhq avatar

    cristalhq/builq

    98View on GitHub↗

    Easily build SQL queries in Go.

    Gogogolangquery
    View on GitHub↗98
  • gchaincl/dotsqlgchaincl avatar

    gchaincl/dotsql

    744View on GitHub↗

    A Golang library for using SQL.

    Go
    View on GitHub↗744
  • flike/kingshardflike avatar

    flike/kingshard

    6,414View on GitHub↗

    Kingshard is a MySQL database proxy and sharding middleware that routes SQL traffic between clients and multiple database nodes. It functions as a load balancer, read-write splitter, and SQL query firewall to manage how data is accessed and distributed across a database infrastructure. The system implements data sharding using hash, range, or date strategies to split tables across multiple nodes. It enables read-write splitting by directing data modification requests to a master node while distributing read-only queries across a pool of slave replicas. The proxy provides traffic management t

    Gokingshardmysqlmysql-proxy
    View on GitHub↗6,414
  • go-the-way/sggo-the-way avatar

    go-the-way/sg

    7View on GitHub↗

    sg: A simple standard SQL generator written in Go.

    Go
    View on GitHub↗7
  • kirill-scherba/sqlhkirill-scherba avatar

    kirill-scherba/sqlh

    3View on GitHub↗

    A lightweight Go SQL helper library using generics to reduce boilerplate code

    Godatabasego-genericsgolang
    View on GitHub↗3
  • knq/xoknq avatar

    knq/xo

    3,890View on GitHub↗

    xo is a tool for generating type-safe Go models and query execution code from SQL database schemas and queries. It functions as a multi-dialect SQL tool supporting PostgreSQL, MySQL, SQLite, Oracle, and Microsoft SQL Server to produce idiomatic source code. The project uses a template-based generation system, allowing the structure and logic of the generated database source code to be defined through customizable text templates. It also includes a database schema visualizer that analyzes table relationships and definitions to create visual diagrams and structured documentation. The tool's ca

    Go
    View on GitHub↗3,890
  • lqs/sqlingolqs avatar

    lqs/sqlingo

    455View on GitHub↗

    💥 A lightweight DSL & ORM which helps you to write SQL in Go.

    Godatabasegogolang
    View on GitHub↗455
  • siddontang/go-mysql-elasticsearchS

    siddontang/go-mysql-elasticsearch

    0View on GitHub↗
    View on GitHub↗0
  • bokwoon95/go-structured-querybokwoon95 avatar

    bokwoon95/go-structured-query

    201View on GitHub↗

    Type safe SQL query builder and struct mapper for Go

    Godata-mappergomysql
    View on GitHub↗201
  • nullism/bqbnullism avatar

    nullism/bqb

    193View on GitHub↗

    BQB is a lightweight and easy to use query builder that works with sqlite, mysql, mariadb, postgres, and others.

    Gogogolangmysql
    View on GitHub↗193
  • profe-ajedrez/obreronprofe-ajedrez avatar

    profe-ajedrez/obreron

    13View on GitHub↗

    Fast and cheap sql builder

    Go
    View on GitHub↗13
  • xo/usqlxo avatar

    xo/usql

    10,014View on GitHub↗

    usql is a universal SQL command-line interface used to connect to and manage multiple SQL and NoSQL databases through a single unified tool. It provides a standardized interface for executing queries across various data stores and serves as a multi-database query tool and schema inspector. The tool distinguishes itself by enabling cross-database data migration, allowing users to pipe result sets from one active database connection directly into another. It also features terminal-based data visualization, which renders query results as graphical charts, graphs, and images directly within the t

    Gocommand-linedatabasego
    View on GitHub↗10,014