| Crates.io | solixdb |
| lib.rs | solixdb |
| version | 0.1.0 |
| created_at | 2025-12-04 08:32:27.337885+00 |
| updated_at | 2025-12-04 08:32:27.337885+00 |
| description | The Universal Solana Indexing Layer. This crate reserves the solixdb namespace and redirects developers to the official JavaScript/TypeScript implementation. |
| homepage | https://solixdb.xyz |
| repository | https://github.com/SolixDB/crate |
| max_upload_size | |
| id | 1966155 |
| size | 3,361 |
One tool. Any RPC. Your database.
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:
npm install solixdbA full Rust SDK is planned — this crate will eventually host native Solana indexing utilities written in Rust.
This crate is a placeholder and contains only minimal code:
use solixdb::info;
fn main() {
println!("{}", info());
}