Why use Rust on the backend?

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

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • GORM

    The fantastic ORM library for Golang, aims to be developer friendly

  • I don't use ORM but I were I would use https://gorm.io/ which has no equivalent in Rust in terms of features and maturity.

  • ent

    An entity framework for Go

  • If you're not happy with Gorm use https://github.com/ent/ent ( that one should be type safe ) but again I usually don't use ORM.

  • 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
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

  • Do you use orm in your go projects?

    2 projects | /r/golang | 16 May 2022
  • Why is Raw SQL preferred over ORM in go?

    7 projects | /r/golang | 15 Apr 2023
  • Ent vs Bun?

    2 projects | /r/golang | 14 Sep 2022
  • 내가 사용할 go(golang) orm 찾기 - ent (3)

    3 projects | dev.to | 10 Jun 2022
  • What do you think is the best ORM or SQL builder for Go?

    2 projects | /r/golang | 2 Mar 2022