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 rocketlaunchr/dbq

Projects sharing features with Rocketlaunchr Dbq

30 open-source projects similar to rocketlaunchr/dbq, 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.

  • 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
  • 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
  • galeone/igorgaleone avatar

    galeone/igor

    127View on GitHub↗

    igor is an abstraction layer for PostgreSQL with a gorm like syntax.

    Goabstractiondbmsgo
    View on GitHub↗127
  • leporo/sqlfleporo avatar

    leporo/sqlf

    188View on GitHub↗

    Fast SQL query builder for Go

    Gogogolangsql-builder
    View on GitHub↗188
  • 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

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
  • 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
  • didi/gendrydidi avatar

    didi/gendry

    1,638View on GitHub↗

    a golang library for sql builder

    Go
    View on GitHub↗1,638
  • elgris/sqrlelgris avatar

    elgris/sqrl

    285View on GitHub↗

    Fluent SQL generation for golang

    Go
    View on GitHub↗285
  • 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
  • motrboat/hotcoalmotrboat avatar

    motrboat/hotcoal

    23View on GitHub↗

    Hotcoal - Secure your handcrafted SQL against injection

    Go
    View on GitHub↗23
  • profe-ajedrez/obreronprofe-ajedrez avatar

    profe-ajedrez/obreron

    13View on GitHub↗

    Fast and cheap sql builder

    Go
    View on GitHub↗13
  • twharmon/gosqltwharmon avatar

    twharmon/gosql

    38View on GitHub↗

    SQL query builder for Go

    Go
    View on GitHub↗38
  • xujiajun/godbalxujiajun avatar

    xujiajun/godbal

    60View on GitHub↗

    Database Abstraction Layer (dbal) for Go. Support SQL builder and get result easily (now only support mysql)

    Godbalgolangmysql
    View on GitHub↗60
  • 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
  • cristalhq/builqcristalhq avatar

    cristalhq/builq

    98View on GitHub↗

    Easily build SQL queries in Go.

    Gogogolangquery
    View on GitHub↗98
  • arthurkushman/buildsqlxarthurkushman avatar

    arthurkushman/buildsqlx

    185View on GitHub↗

    Go database query builder library for PostgreSQL

    Goactive-recordclausesdatabase-table
    View on GitHub↗185
  • 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
  • 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
  • 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
  • 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
  • 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
  • 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
  • mybatis-flex/mybatis-flexmybatis-flex avatar

    mybatis-flex/mybatis-flex

    2,554View on GitHub↗

    MyBatis-Flex is an object-relational mapping framework for Java that extends MyBatis with a fluent API and automated CRUD operations. It provides a data access suite featuring an automatic CRUD data mapper, a type-safe SQL query builder, and a row-based query engine for manipulating records without predefined entity classes. The framework includes a multi-dialect SQL translator that converts generated syntax across different database engines, such as MySQL, PostgreSQL, and Oracle. It further distinguishes itself by offering annotation-free entity mapping using runtime reflection and naming co

    Javajavamybatismysql
    View on GitHub↗2,554
  • porsager/postgresporsager avatar

    porsager/postgres

    8,566View on GitHub↗

    This project is a PostgreSQL client library and SQL query builder for JavaScript and TypeScript. It provides a low-level database driver and connection manager to handle database sessions, along with a logical replication client for monitoring real-time changes. The library distinguishes itself with a high-performance bulk data streamer that utilizes the database copy command for importing and exporting large datasets. It also implements a logical replication protocol to facilitate real-time database synchronization through change subscriptions and channel-based notifications. The toolset co

    JavaScriptclientcockroachdbdatabase
    View on GitHub↗8,566
  • jooq/jooqjOOQ avatar

    jOOQ/jOOQ

    6,666View on GitHub↗

    jOOQ is a type-safe SQL query builder for Java that generates code from live database schemas, enabling compile-time validation of SQL syntax and data types. Its core identity is built around a fluent DSL that mirrors SQL structure, a code generator that maps tables, views, and routines to Java objects, and a multi-dialect engine that translates the same DSL into vendor-specific SQL for over 30 databases. The project also includes a SQL parser and transformer for refactoring or dialect conversion, reactive stream integration for non-blocking query execution, and a JDBC proxy diagnostics tool f

    Javacode-generatordatabasedb2
    View on GitHub↗6,666
  • buraksezer/olricB

    buraksezer/olric

    0View on GitHub↗
    View on GitHub↗0
  • arangodb/arangodb-java-driverarangodb avatar

    arangodb/arangodb-java-driver

    208View on GitHub↗

    The official ArangoDB Java driver.

    Javaarangodbdatabasedriver
    View on GitHub↗208
  • bsm/redislockbsm avatar

    bsm/redislock

    1,761View on GitHub↗

    Simplified distributed locking implementation using Redis

    Godistlockdistributeddistributed-lock
    View on GitHub↗1,761
  • brokercap/bifrostbrokercap avatar

    brokercap/Bifrost

    2,084View on GitHub↗

    Bifrost ---- 面向生产环境的 MySQL,MariaDB,kafka 同步到Redis,MongoDB,ClickHouse,StarRocks,Doris,Kafka等服务的异构中间件

    Gocdc-goclickhousedatalink
    View on GitHub↗2,084