awesome-repositories.com
Blog
awesome-repositories.com

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

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
hexdigest avatar

hexdigest/prep

0
View on GitHub↗
36 stars·6 forks·Go·Apache-2.0·2 views

Prep

Prep finds all SQL statements in a Go package and instruments db connection with prepared statements

Features

  • Database Tools - Tool for using prepared SQL statements.
  • Database Utilities - Executes prepared SQL statements without modifying source code.

Star history

Star history chart for hexdigest/prepStar history chart for hexdigest/prep

AI search

Explore more awesome repositories

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

Start searching with AI

Open-source alternatives to Prep

Similar open-source projects, ranked by how many features they share with Prep.
  • andizzle/rwdbandizzle avatar

    andizzle/rwdb

    21View on GitHub↗

    Database wrapper that manage read write connections

    Go
    View on GitHub↗21
  • codingconcepts/datagenC

    codingconcepts/datagen

    0View on GitHub↗
    View on GitHub↗0
  • 2tvenom/myreplication2

    2tvenom/myreplication

    0View on GitHub↗
    View on GitHub↗0
  • 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
See all 30 alternatives to Prep→

Frequently asked questions

What does hexdigest/prep do?

Prep finds all SQL statements in a Go package and instruments db connection with prepared statements

What are the main features of hexdigest/prep?

The main features of hexdigest/prep are: Database Tools, Database Utilities.

What are some open-source alternatives to hexdigest/prep?

Open-source alternatives to hexdigest/prep include: codingconcepts/datagen. github/orchestrator — Orchestrator is a high availability system and replication manager for MySQL database clusters. It functions as a… 2tvenom/myreplication. andizzle/rwdb — Database wrapper that manage read write connections. flike/kingshard — Kingshard is a MySQL database proxy and sharding middleware that routes SQL traffic between clients and multiple… knocknote/octillery — Go package for sharding databases ( Supports every ORM or raw SQL ).