LevelDB will substitute SQLiteUnix Like system Application development used BerkelyDB and this is developed formKey/Value based Storage Library like Google의 BigTable and Amazo Dynamo google/leveldbLevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values. Authors: Sanjay Ghemawat ( [email protected]) and Jeff Dean ( [email protected]) Keys and values are arbitrary byte arrays. Data is stored sorted by key. Callers can provide a custom comparison function to override the sort order.https://github.com/google/leveldb자동등록방지를 위해 보안절차를 거치고 있습니다.http://hochul.net/blog/leveldb-%EA%B5%AC%EA%B8%80%EC%9D%B4-%EA%B3%B5%EA%B0%9C%ED%95%9C-%EB%B9%A0%EB%A5%B4%EA%B3%A0-%EA%B0%80%EB%B2%BC%EC%9A%B4-%ED%82%A4%EB%B0%B8%EB%A5%98-%EB%8D%B0%EC%9D%B4%ED%84%B0%EB%B2%A0/