rusqlite
Ergonomic bindings to SQLite for Rust (by rusqlite)
book
The Rust Programming Language (by rust-lang)
Our great sponsors
rusqlite | book | |
---|---|---|
13 | 506 | |
1,889 | 11,396 | |
4.2% | 6.2% | |
7.9 | 9.7 | |
5 days ago | 4 days ago | |
Rust | Rust | |
MIT License | GNU General Public License v3.0 or later |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
rusqlite
Posts with mentions or reviews of rusqlite.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-07-19.
-
Embedded SQL database
As far as I know, the only option for an embedded SQL database is SQLite. The most actively maintained one, for rust, seems to be rusqlite (https://github.com/rusqlite/rusqlite).
-
SQLite extension to query Excel (.xlsx, .xls, .ods) files as virtual tables
Yes, but it's readonly. Also they did not merge loadable extensions support, which I need - https://github.com/rusqlite/rusqlite/pull/910
-
Rust for competitive programming
rusqlite 0.27.0, which looks like it's still the latest version
-
Store SQLite in Cloudflare Durable Objects
SQLite is written in C, while workers is based on V8 isolates, so it mainly runs JavaScript. Fortunately, it also supports running WASM through initialising and calling WASM modules via JavaScript. Emscripten can be used to build WASM from C, but I'd rather use it through Rust (using rusqlite), so this is what I focus on right away. Workers can also be written entirely in Rust using worker-rs.
-
I wrote a telegram bot in rust - a brief story and bot description
For the persistence layer I used Rusqlite and r2d2-sqlite for creating a connection pool.
-
Is the chrono crate unmaintained?
There are feature flags in chrono that make possible to disable usage of time: https://github.com/rusqlite/rusqlite/pull/1031
-
Hey Rustaceans! Got an easy question? Ask here (10/2021)!
I want to use arrays in sqlite but the documentations for rusqlite doesn't have examples of how to use the extra array feature. How do I store and search text arrays in rusqlite?
-
New chapter on the series - Writing a SQLite clone from scratch in Rust
Since this is a learning project, its probably not a good idea to count on this being production ready. If you need SQLite in your project checkout rusqlite. And for cross compiling issues simply use its bundled feature, makes it a breeze.
book
Posts with mentions or reviews of book.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-01-29.
-
Apprenez-vous une nouvelle langue en ce moment?
Rust, avec le livre en ligne
-
Should I learn C++ or Rust after C?
For rust, there is the „book of rust“.
- Rust
-
Is CS50's Introduction to Computer Science the best generic course to follow if you don't know what you want to do yet?
https://www.learncpp.com/ https://doc.rust-lang.org/book/ https://java-programming.mooc.fi https://programming-22.mooc.fi
-
I made my first Rust program... it's vec'ing hard!
In conclusion, ChatGPT is still far from be able to give good guidance in writing effective Rust code. If you really went to write Rust code, you will be better served by reading The Book first.
-
Career change into Rust Developer without prior programming knowledge within 6 months possible?
If you're planning to do Rust, then I'd probably start with the official Rust Book (https://doc.rust-lang.org/book/), and then proceed to Zero To Production in Rust (https://www.zero2prod.com/). Although you'll find that there's basically no material in Rust that teaches the very basics of programming like loops, variables, functions, etc, and I'm not quite sure what to suggest for this other than learning a different language first or pushing through and trying to "just pick it up".
- The second edition Rust web programming book is coming out
-
Bongo Copy Cat: A Tauri Cat that wants to be involved in everything you do 👨💻👩💻
So here's the story. I decided to learn Rust, read the docs, solved the rustlings challenges. The next step in learning a new programming language is to build something with it. And so began my dilemma.
-
Looking for resources to learn Rust
Just start with the official rust book.
What are some alternatives?
When comparing rusqlite and book you can also consider the following projects:
SQLite - Interface to SQLite
rust-sqlite3 - Rustic bindings for sqlite3
rust-by-example - Learn Rust with examples (Live code editor included)
wasm-sqlite - [Experimental] SQLite compiled to WASM with pluggable page storage.
Rustlings - :crab: Small exercises to get you used to reading and writing Rust code!
r2d2 - A generic connection pool for Rust
rustsqlite
solana-program-library - A collection of Solana-maintained on-chain programs
nomicon - The Dark Arts of Advanced and Unsafe Rust Programming
github-cheat-sheet - A list of cool features of Git and GitHub.
cross - “Zero setup” cross compilation and “cross testing” of Rust crates
tour_of_rust - A tour of rust's language features