GET method to get records from SQL database

This page summarizes the projects mentioned and recommended in the original post on /r/golang

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • QURI

    QURI is a short query string syntax best suited for use in the URL

  • If you really want URI query parameters, you could borrow this idea from PHP https://github.com/trycatchjames/quri

  • esquerydsl

    Safely create complex ES Search Queries via the Query DSL in golang

  • Alternatively, you could use some sort of query DSL like opensearch or elastic search, and use something like https://github.com/mottaquikarim/esquerydsl to parse it from a POST payload.

  • 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

  • Then use something like https://github.com/doug-martin/goqu to build the SQL.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts