sql-builder

Open-source projects categorized as sql-builder

Top 16 sql-builder Open-Source Projects

  • GRDB.swift

    A toolkit for SQLite databases, with a focus on application development

  • Project mention: Bundling database with iOS app | /r/iOSProgramming | 2023-10-24

    I'm using GRDB , you can use existing pre-populated sqlite DB file. https://github.com/groue/GRDB.swift/wiki/Performance .

  • jOOQ

    jOOQ is the best way to write SQL in Java

  • Project mention: Serious flaws in SQL – Edgar F. Codd (1990) | news.ycombinator.com | 2024-04-25

    > 2. ORMs do not hide SQL nastiness.

    This is certainly true!

    I mean: ORMs are now well known to "make the easy queries slightly more easy, while making intermediate queries really hard and complex queries impossible".

    I think the are of ORMs is over. It simply did not deliver.

    If a book on SQL is --say-- 100 pages, a book on Hibernate is 400 pages. So much to learn just to make the easy queries slightly easier to type? Just not worth it.

    I prefer jooq any day over ORMs. And dont get me started over what tools like Hasuna have to offer.

    There are also some languages (forgot the names) that are SQL-done-right. Select in the back, more type safe, more logic, more in the same steps as the query gets executed. These need to be adopted by PG and MySQL and we're good to go. (IMHO)

    https://www.jooq.org/

    https://hasura.io/

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • goqu

    SQL builder and query library for golang

  • Project mention: newbie here looking for a framework | /r/golang | 2023-10-03

    For SQL, I'd probably go with goqu http://doug-martin.github.io/goqu/

  • jet

    Type safe SQL builder with code generation and automatic query result data mapping

  • Project mention: Use Rails | news.ycombinator.com | 2024-05-07

    "I can make a JS or Go program perform the same way. In fact the exact same thing happened in my shop with Go/Gorm. The key question is: how do you compute the 5mb of JSON? The devil is in those details. We changed the way we computed ours, and the issue was gone."

    The problem is ActiveRecord in my case. The data layout is not great (lots of joins through relationships, I thik 12 tables or so). What do you use (except raw sql) in Ruby if you cannot use ActiveRecord? I actually reimplemented the same API endpoint in Go using https://github.com/go-jet/jet and measured 10MB of allocations and essentially zero overhead over queries itself, a 50x speedup.

  • go-sqlbuilder

    A flexible and powerful SQL string builder library plus a zero-config ORM.

  • Project mention: Best sqlc alternative for dynamic queries? | /r/golang | 2023-05-15

    Here are 2 options for you * https://github.com/huandu/go-sqlbuilder * https://github.com/Masterminds/squirrel

  • sql-parser

    A validating SQL lexer and parser with a focus on MySQL dialect. (by phpmyadmin)

  • DbExtensions

    Data-access framework with a strong focus on query composition, granularity and code aesthetics.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • workers-qb

    Zero dependencies Query Builder for Cloudflare Workers

  • NReco.Data

    Fast DB-independent DAL for .NET Core: abstract queries, SQL commands builder, schema-less data access, POCO mapping (micro-ORM). (by nreco)

  • go-sql

    golang orm and sql builder (by rushteam)

  • sqlf

    Fast SQL query builder for Go (by leporo)

  • ElSql

    Manage external SQL files in Java with a little DSL goodness

  • builq

    Easily build SQL queries in Go.

  • Dapper.SimpleSqlBuilder

    A simple SQL builder for Dapper using string interpolation and fluent API for building safe static and dynamic SQL queries.

  • superbasic

    The superbasic SQL-Builder.

  • goqux

    Library for simple CRUD, scanning & pagination using query builder in golang

  • Project mention: GoquX: Simplify CRUD Queries and Pagination | /r/golang | 2023-06-11
  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

sql-builder related posts

  • Bundling database with iOS app

    1 project | /r/iOSProgramming | 24 Oct 2023
  • How can I quickly parse a huge 45MB JSON file using JsonDecoder

    2 projects | /r/swift | 19 Jun 2023
  • When considering how to store data for something like a cooking recipe application, what are the disadvantages of using CoreData, when compared with other database options?

    1 project | /r/swift | 16 May 2023
  • The most amazing project documentation you saw

    2 projects | /r/swift | 12 Mar 2023
  • Struggles with Logic & CoreData

    1 project | /r/SwiftUI | 25 Feb 2023
  • Database/permanent data storing solution for iOS

    1 project | /r/iOSProgramming | 22 Feb 2023
  • GRDB-ORM, an ORM for GRDB - Swift SQLite

    2 projects | /r/swift | 18 Jan 2023
  • A note from our sponsor - SaaSHub
    www.saashub.com | 10 May 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source sql-builder projects? This list will help you:

Project Stars
1 GRDB.swift 6,527
2 jOOQ 5,896
3 goqu 2,245
4 jet 2,076
5 go-sqlbuilder 1,202
6 sql-parser 425
7 DbExtensions 223
8 workers-qb 215
9 NReco.Data 182
10 go-sql 176
11 sqlf 140
12 ElSql 100
13 builq 89
14 Dapper.SimpleSqlBuilder 40
15 superbasic 39
16 goqux 16

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com