Registry / database / eternalfest-buffer-store

eternalfest-buffer-store

JSON →
library0.18.2rscratesunverified

Simple user service for Postgres (Rust).

# Cargo.toml [dependencies] eternalfest_buffer_store = "0.18.2"
INSTALL
IMPORT
SIG · ETERNALFEST-BUFFER
E
eternalfest-buffer-store
databaserustv0.18.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

BufferStore
use eternalfest_buffer_store::BufferStore;

Initialize a buffer store with a Postgres connection.

use eternalfest_buffer_store::BufferStore; fn main() { let store = BufferStore::new("postgres://user:pass@localhost/db"); println!("Buffer store initialized"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.18.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
6
Resources
eternalfest-buffer-store — cargo add eternalfest-buffer-store · libregistry