InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more →
Bob Alternatives
Similar projects and alternatives to bob
-
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
-
-
Gin
Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin.
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
-
-
-
-
-
-
goa
Design-first Go framework that generates API code, documentation, and clients. Define once in an elegant DSL, deploy as HTTP and gRPC services with zero drift between code and docs.
-
golang-database-library-orm-example
Examples of using various popular database libraries and ORM in Go.
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
bob discussion
bob reviews and mentions
- You Probably Don't Need Query Builders
- Constraints in Go
-
how to avoid writing dreadful SQL statements
Use something that does codegen, like sqlc or Bob.
-
Golang RESTAPI boilerplate repository
Also hout out to https://github.com/stephenafamo/bob
-
Go famous/standard frameworks and libraries ?
If you want to read the schema from the DB, use Bob. https://github.com/stephenafamo/bob
-
Synchronize / generate enums from a SQL table
Generation for enums is done if you use Bob to generate your ORM.
-
How do you define your database schema?
Bob (https://github.com/stephenafamo/bob) generates models for a database schema, and for ease of use, I think it makes sense to be able to work with whatever format the schema is defined with.
-
Golang tech stack
Bob ORM for DB access
-
What framework to build heavy i/o rest api?
For an ORM recommendation, I'm heavily biased towards Bob (https://github.com/stephenafamo/bob) since I created it.
-
Bob v0.16.0: Generate from Atlas schema files
Website
-
A note from our sponsor - InfluxDB
www.influxdata.com | 18 Jun 2025
Stats
stephenafamo/bob is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of bob is Go.