awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to arthurkushman/buildsqlx

Open-source alternatives to Buildsqlx

30 open-source projects similar to arthurkushman/buildsqlx, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Buildsqlx alternative.

  • go-ozzo/ozzo-dbxالصورة الرمزية لـ go-ozzo

    go-ozzo/ozzo-dbx

    668عرض على 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
    عرض على GitHub↗668
  • galeone/igorالصورة الرمزية لـ galeone

    galeone/igor

    127عرض على GitHub↗

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

    Goabstractiondbmsgo
    عرض على GitHub↗127
  • elgris/sqrlالصورة الرمزية لـ elgris

    elgris/sqrl

    285عرض على GitHub↗

    Fluent SQL generation for golang

    Go
    عرض على GitHub↗285
  • masterminds/squirrelالصورة الرمزية لـ Masterminds

    Masterminds/squirrel

    7,949عرض على 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
    عرض على GitHub↗7,949
  • doug-martin/goquالصورة الرمزية لـ doug-martin

    doug-martin/goqu

    2,661عرض على GitHub↗

    SQL builder and query library for golang

    Godatabasegogolang
    عرض على GitHub↗2,661

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Find more with AI search
  • sosedoff/pgwebالصورة الرمزية لـ sosedoff

    sosedoff/pgweb

    9,399عرض على 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
    عرض على GitHub↗9,399
  • motrboat/hotcoalالصورة الرمزية لـ motrboat

    motrboat/hotcoal

    23عرض على GitHub↗

    Hotcoal - Secure your handcrafted SQL against injection

    Go
    عرض على GitHub↗23
  • twharmon/gosqlالصورة الرمزية لـ twharmon

    twharmon/gosql

    38عرض على GitHub↗

    SQL query builder for Go

    Go
    عرض على GitHub↗38
  • hnh/qryالصورة الرمزية لـ HnH

    HnH/qry

    35عرض على 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
    عرض على GitHub↗35
  • go-jet/jetالصورة الرمزية لـ go-jet

    go-jet/jet

    3,717عرض على 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
    عرض على GitHub↗3,717
  • leporo/sqlfالصورة الرمزية لـ leporo

    leporo/sqlf

    188عرض على GitHub↗

    Fast SQL query builder for Go

    Gogogolangsql-builder
    عرض على GitHub↗188
  • lqs/sqlingoالصورة الرمزية لـ lqs

    lqs/sqlingo

    455عرض على GitHub↗

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

    Godatabasegogolang
    عرض على GitHub↗455
  • siddontang/go-mysqlالصورة الرمزية لـ siddontang

    siddontang/go-mysql

    4,953عرض على 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
    عرض على GitHub↗4,953
  • pupizoid/ormliteالصورة الرمزية لـ pupizoid

    pupizoid/ormlite

    15عرض على GitHub↗

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

    Goormsqlsqlite3
    عرض على GitHub↗15
  • jacobbrewer1/patcherالصورة الرمزية لـ Jacobbrewer1

    Jacobbrewer1/patcher

    8عرض على GitHub↗

    Powerful SQL Query builder that automatically generates SQL queries from structs

    Gogogo-libgo-library
    عرض على GitHub↗8
  • didi/gendryالصورة الرمزية لـ didi

    didi/gendry

    1,638عرض على GitHub↗

    a golang library for sql builder

    Go
    عرض على GitHub↗1,638
  • coregx/relicaالصورة الرمزية لـ coregx

    coregx/relica

    14عرض على 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
    عرض على GitHub↗14
  • 2tvenom/myreplication2

    2tvenom/myreplication

    0عرض على GitHub↗
    عرض على GitHub↗0
  • cristalhq/builqالصورة الرمزية لـ cristalhq

    cristalhq/builq

    98عرض على GitHub↗

    Easily build SQL queries in Go.

    Gogogolangquery
    عرض على GitHub↗98
  • gchaincl/dotsqlالصورة الرمزية لـ gchaincl

    gchaincl/dotsql

    744عرض على GitHub↗

    A Golang library for using SQL.

    Go
    عرض على GitHub↗744
  • flike/kingshardالصورة الرمزية لـ flike

    flike/kingshard

    6,414عرض على 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
    عرض على GitHub↗6,414
  • go-the-way/sgالصورة الرمزية لـ go-the-way

    go-the-way/sg

    7عرض على GitHub↗

    sg: A simple standard SQL generator written in Go.

    Go
    عرض على GitHub↗7
  • kirill-scherba/sqlhالصورة الرمزية لـ kirill-scherba

    kirill-scherba/sqlh

    3عرض على GitHub↗

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

    Godatabasego-genericsgolang
    عرض على GitHub↗3
  • knq/xoالصورة الرمزية لـ knq

    knq/xo

    3,890عرض على 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
    عرض على GitHub↗3,890
  • siddontang/go-mysql-elasticsearchS

    siddontang/go-mysql-elasticsearch

    0عرض على GitHub↗
    عرض على GitHub↗0
  • bokwoon95/go-structured-queryالصورة الرمزية لـ bokwoon95

    bokwoon95/go-structured-query

    201عرض على GitHub↗

    Type safe SQL query builder and struct mapper for Go

    Godata-mappergomysql
    عرض على GitHub↗201
  • rocketlaunchr/dbqالصورة الرمزية لـ rocketlaunchr

    rocketlaunchr/dbq

    416عرض على GitHub↗

    Zero boilerplate database operations for Go

    Godatabasegogolang
    عرض على GitHub↗416
  • nullism/bqbالصورة الرمزية لـ nullism

    nullism/bqb

    193عرض على GitHub↗

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

    Gogogolangmysql
    عرض على GitHub↗193
  • profe-ajedrez/obreronالصورة الرمزية لـ profe-ajedrez

    profe-ajedrez/obreron

    13عرض على GitHub↗

    Fast and cheap sql builder

    Go
    عرض على GitHub↗13
  • xo/usqlالصورة الرمزية لـ xo

    xo/usql

    10,014عرض على 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
    عرض على GitHub↗10,014