Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 8.7% on proxy.golang.org
Top 3.5% dependent repos on proxy.golang.org

proxy.golang.org : github.com/aldy505/bob

Bob is an SQL builder library initially made as an extension for Squirrel with functionality like Knex (from the Node.js world). Squirrel itself doesn't provide other types of queries for creating a table, upsert, and some other things. Bob is meant to fill those gaps. The different between Bob and Squirrel is that Bob is solely a query builder. The users have to execute and manage the SQL connection themself. Meaning there are no ExecWith() function implemented on Bob, as you can find it on Squirrel. The purpose of an SQL query builder is to prevent any typo or mistypes on the SQL queries. Although also with that reason, Bob might not always have the right query for you, depending on what you are doing with the SQL query. It might sometimes be better for you to write the SQL query yourself, if your problem is specific and needs some micro-tweaks. With that being said, I hope you enjoy using Bob and consider starring or reporting any issues regarding the usage of Bob in your projects. Copyright (c) 2021-present Reinaldy Rafli and Bob collaborators

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/aldy505/bob
Keywords: go, golang, query-builder, sql, sql-query
License: MIT
Latest release: over 2 years ago
First release: almost 3 years ago
Namespace: github.com/aldy505
Dependent repositories: 2
Stars: 16 on GitHub
Forks: 1 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 28 days ago

    Loading...
    Readme
    Loading...