Announcing Usual -- a small nORM wrapper to make dealing with SQL easier (like tokio-postgres)

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

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

  • Howdy howdy! In my endless side projects, I've developed a small library I use to interact with SQL that I now feel is ready for consumption. I've called it Usual.

  • rust-postgres

    Native PostgreSQL driver for the Rust programming language

  • Some nifty things about usual: - It's a generic wrapper over any SQL "row" object. The first implementation that's provided is for tokio-postgres, but traits are available to implement over whatever you'd like. - It provides static typing for partial queries. That is, it supports fetching a subset of fields from a row and makes a unique type for the return value. This gives you some neat-o type safety like this:

  • 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

  • Show HN: Serverless Postgres

    9 projects | news.ycombinator.com | 29 May 2024
  • Show HN: Riza – Safely run untrusted code from your app

    1 project | news.ycombinator.com | 30 Apr 2024
  • B-Tree vs. LSM-Tree: measuring the write amplification on Oracle Database and YugabyteDB

    1 project | dev.to | 21 Mar 2024
  • Give Up Sooner

    1 project | dev.to | 13 Mar 2024
  • DBeaver – open-source Database client

    10 projects | news.ycombinator.com | 10 Mar 2024