surrealdb VS node-bindgen

Compare surrealdb vs node-bindgen and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
surrealdb node-bindgen
93 2
25,191 475
2.3% 1.1%
9.8 7.6
4 days ago about 1 month ago
Rust Rust
GNU General Public License v3.0 or later Apache License 2.0
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.

surrealdb

Posts with mentions or reviews of surrealdb. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-21.

node-bindgen

Posts with mentions or reviews of node-bindgen. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-20.
  • SurrealDB: A new scalable document-graph database written in Rust
    12 projects | /r/rust | 20 Aug 2022
    You can use https://github.com/infinyon/node-bindgen, https://github.com/neon-bindings/neon, or https://github.com/napi-rs/napi-rs for Node.js libraries, https://github.com/PyO3/pyo3 for Python libraries, https://rustwasm.github.io/wasm-bindgen/ for WebAssembly, and https://github.com/rust-lang/rust-bindgen for C libraries!
  • Using Electron with WASM
    1 project | /r/rust | 8 Jun 2021
    Since you are using Electron (which is based on Node) already, you could potentially use a native plugin instead of wasm which might be slightly faster. More info here: https://neon-bindings.com/ or https://github.com/infinyon/node-bindgen.

What are some alternatives?

When comparing surrealdb and node-bindgen you can also consider the following projects:

pocketbase - Open Source realtime backend in 1 file

Apache AGE - Graph database optimized for fast analysis and real-time data processing. It is provided as an extension to PostgreSQL.

tikv - Distributed transactional key-value database, originally created to complement TiDB

neon - Rust bindings for writing safe and fast native Node.js modules.

napi-rs - A framework for building compiled Node.js add-ons in Rust via Node-API

tantivy - Tantivy is a full-text search engine library inspired by Apache Lucene and written in Rust

PyO3 - Rust bindings for the Python interpreter

drizzle-orm - Headless TypeScript ORM with a head. Runs on Node, Bun and Deno. Lives on the Edge and yes, it's a JavaScript ORM too 😅

rust-bindgen - Automatically generates Rust FFI bindings to C (and some C++) libraries.

toydb - Distributed SQL database in Rust, written as a learning project