Rust and Sqlite

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

    🔱 A dynamic SQL query builder for MySQL, Postgres and SQLite

  • I wrote a first bridge for sea-query to diesel https://github.com/SeaQL/sea-query/discussions/168. With the indications of /u/weiznich I think I can make it better and probably it's own crate. Maybe even reduce the boilerplate by generating the Iden directly from the diesel schema.

  • rust-embed

    Rust Macro which loads files into the rust binary at compile time during release and loads the file from the fs during dev.

  • Note: include_str! can make compilation a bit slow. The rust-embed crate can read files in debug mode as normal and embed the files in release mode.

  • 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

  • Modern DB that works with sqlx?

    1 project | /r/rust | 30 Jan 2023
  • What's new in SeaQuery 0.28.0

    1 project | dev.to | 3 Jan 2023
  • Sea-query: A dynamic SQL query builder for MySQL, Postgres and SQLite

    1 project | news.ycombinator.com | 11 Oct 2022
  • GitHub - SeaQL/sea-query: A dynamic SQL query builder for MySQL, Postgres and SQLite

    1 project | /r/sqlite | 10 Oct 2022
  • How to include Rocket.rs template files and static files in built binary

    2 projects | /r/rust | 10 Jul 2022