solixdb

Crates.iosolixdb
lib.rssolixdb
version0.1.0
created_at2025-12-04 08:32:27.337885+00
updated_at2025-12-04 08:32:27.337885+00
descriptionThe Universal Solana Indexing Layer. This crate reserves the solixdb namespace and redirects developers to the official JavaScript/TypeScript implementation.
homepagehttps://solixdb.xyz
repositoryhttps://github.com/SolixDB/crate
max_upload_size
id1966155
size3,361
Priyansh Patel (priyanshpatel18)

documentation

https://docs.solixdb.xyz

README

SolixDB – The Universal Solana Indexing Layer

One tool. Any RPC. Your database.


What is SolixDB?

SolixDB is an open-source developer tool that simplifies Solana blockchain indexing.
This crate currently serves as the official Rust namespace reservation for the future SolixDB Rust SDK.

The full implementation today is available for JavaScript/TypeScript:

A full Rust SDK is planned — this crate will eventually host native Solana indexing utilities written in Rust.


Current Status

This crate is a placeholder and contains only minimal code:

use solixdb::info;

fn main() {
    println!("{}", info());
}
Commit count: 0

cargo fmt