gorocksdb | gorocksdb is a Go wrapper for RocksDB | Key Value Database library

 by   tecbot Go Version: v5.0 License: MIT

kandi X-RAY | gorocksdb Summary

kandi X-RAY | gorocksdb Summary

gorocksdb is a Go library typically used in Database, Key Value Database applications. gorocksdb has no bugs, it has no vulnerabilities, it has a Permissive License and it has medium support. You can download it from GitHub.

gorocksdb is a Go wrapper for RocksDB
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              gorocksdb has a medium active ecosystem.
              It has 877 star(s) with 270 fork(s). There are 28 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 26 open issues and 66 have been closed. On average issues are closed in 277 days. There are 10 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of gorocksdb is v5.0

            kandi-Quality Quality

              gorocksdb has 0 bugs and 0 code smells.

            kandi-Security Security

              gorocksdb has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              gorocksdb code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              gorocksdb is licensed under the MIT License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              gorocksdb releases are available to install and integrate.
              Installation instructions, examples and code snippets are available.
              It has 3918 lines of code, 469 functions and 53 files.
              It has medium code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of gorocksdb
            Get all kandi verified functions for this library.

            gorocksdb Key Features

            No Key Features are available at this moment for gorocksdb.

            gorocksdb Examples and Code Snippets

            No Code Snippets are available at this moment for gorocksdb.

            Community Discussions

            Trending Discussions on gorocksdb

            QUESTION

            cgo on windows : naming of loaded dll
            Asked 2018-May-15 at 11:29

            I am trying to use gorocksdb which is a cgo package wapping the rocksdb library on windows.

            • I built the rocksdb library with vcpkg which gave me as output rocksdb-shared.dll. I set the build path to my PATH.
            • I installed msys64 in order to have gcc
            • I have set CGO_CFLAGS="-I/path/to/rocksdb/include" and CGO_LDFLAGS="-L/path/to/rocksdb -lrocksdb -lstdc++ -lm -lz -lbz2 -lsnappy -llz4 -lzstd"
            • I have renammed rocksdb-shared.dll to librocksdb.dll because the linker requires the dll to start with lib
            • I do the go get ... command
            • I run my test go file and I get the error The programer can't start because rocksdb-shared.dll is missing ...
            • If I rename it back to rocksdb-shared.dll the build fails because the linker can't find librocksdb.dll
            • The only way to make it work is to have both rocksdb-shared.dll and librocksdb.dll in the PATH

            Why the executable keeps loading rocksdb-shared.dll? I don't find any reference to it in the cgo package.

            ...

            ANSWER

            Answered 2018-May-15 at 11:29

            I think I found the answer to my question.

            I think I can't rename the compiled dll because the dll "reference" itself as this name. So it won't load properly.

            To resolve my problem I just renamed the parameter in the LDFLAG from -lrocksdb to -lrocksdb-shared in both my environement variable and in this file

            Source https://stackoverflow.com/questions/50347947

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install gorocksdb

            You'll need to build RocksDB v5.16+ on your machine.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/tecbot/gorocksdb.git

          • CLI

            gh repo clone tecbot/gorocksdb

          • sshUrl

            git@github.com:tecbot/gorocksdb.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link