# simple_kv_sqlite **Repository Path**: wangfengdev/simple_kv_sqlite ## Basic Information - **Project Name**: simple_kv_sqlite - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-10 - **Last Updated**: 2024-01-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README A very simple program of KV insert, check based on sqlite3. no more staff. insert: simple_kv_sqlite -i -f filename.sqlite -k key -v value the key is unique, repeat insert will failed with return value 1. success return 0. check: simple_kv_sqlite -c -f filename.sqlite -k key the key is exists return 0 and print value of the key, else return 1. 2024-1-10 ---