https://github.com/thinkerou/leveldb-windows
Migrated LevelDB to Windows
https://github.com/thinkerou/leveldb-windows
leveldb leveldb-windows windows
Last synced: about 2 months ago
JSON representation
Migrated LevelDB to Windows
- Host: GitHub
- URL: https://github.com/thinkerou/leveldb-windows
- Owner: thinkerou
- Created: 2015-05-27T13:26:49.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-06-29T06:52:54.000Z (almost 8 years ago)
- Last Synced: 2025-03-28T14:12:06.193Z (2 months ago)
- Topics: leveldb, leveldb-windows, windows
- Language: C++
- Homepage:
- Size: 17.9 MB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## LevelDB Project
- Environment:
- win7 + VS2013
- Project description
- Read the leveldatabase of chromium project about port
- LevelDB generate LevelDB.lib
- UnitTest is the unit test of LevelDB project
- Test is the integration test of LevelDB project