How to Use Iris and PostgreSQL for Web Development

This page summarizes the projects mentioned and recommended in the original post on dev.to

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.
www.influxdata.com
featured
Sevalla - Deploy and host your apps and databases, now with $50 credit!
Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
sevalla.com
featured
  1. pg

    PG is a Go library that simplifies PostgreSQL database interaction with struct-based entities, schema management, and repository pattern. (by kataras)

    The json tag defines how the struct fields are encoded or decoded as JSON. The pg tag defines how the struct fields are mapped to the database table columns. You can specify the column type, constraints, indexes and other options using the pg tag. Read more at pg repository.

  2. 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.

    InfluxDB logo
  3. pgx

    PostgreSQL driver and toolkit for Go

    It uses pg package and pgx driver under the hood.

  4. middleware

    Community Middleware List for the Iris Web Framework. (by iris-contrib)

    We hope you find PG middleware useful and easy to use. If you have any feedback or questions, please feel free to open an issue or a pull request on GitHub. Thank you for reading!🙏

  5. Newman

    Newman is a command-line collection runner for Postman

    Use a tool like Postman or curl to test the API endpoints:

  6. Iris

    The fastest HTTP/2 Go Web Framework. New, modern and easy to learn. Fast development with Code you control. Unbeatable cost-performance ratio :rocket:

    Iris is a fast and lightweight web framework for Go that offers a rich set of features and a high-performance engine. PostgreSQL is a powerful and reliable relational database system that supports advanced data types and functions. Together, they can form a solid foundation for building modern web applications.

  7. libcurl

    A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS and WSS. libcurl offers a myriad of powerful features

    Use a tool like Postman or curl to test the API endpoints:

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

  • Connect An Application to Neon Example (Go)

    4 projects | dev.to | 1 Sep 2024
  • BCHS stack: BSD, C, httpd, SQLite

    3 projects | news.ycombinator.com | 28 Dec 2023
  • Gorilla/websocket or Melody?

    5 projects | /r/golang | 24 Dec 2022
  • Pure Go 1000k+ connections solution, support tls/http1.x/websocket and basically compatible with net/http, with high-performance and low memory cost, non-blocking, event-driven, easy-to-use

    3 projects | /r/golang | 19 Oct 2022
  • To Go with Golang

    5 projects | dev.to | 5 Feb 2021

Did you know that Go is
the 4th most popular programming language
based on number of references?