Skip to content

jiacai2050/rocksdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rocksdb

This is rocksdb packaged for Zig

Installation

Use zig fetch:

zig fetch --save git+https://github.com/allyourcodebase/rocksdb#main

You can then import rocksdb in your build.zig:

const rocksdb = b.dependency("rocksdb", .{
    .target = target,
    .optimize = optimize,
});

your_exe.addIncludePath(rocksdb.path("include"));
your_exe.linkLibrary(rocksdb.artifact("rocksdb"));

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published