# SQLite_Api **Repository Path**: EExuke/SQLite_Api ## Basic Information - **Project Name**: SQLite_Api - **Description**: my api for SQLite database - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2021-02-02 - **Last Updated**: 2023-03-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SQLite_Api my API for SQLite database # main() main 函数演示了这些API的使用方法 # 使用sqlite3查看数据库: sqlite2 ./Sq_test.db "SELECT * FROM test_TB" [-line] # 使用SQLite可视化软件查看数据库: sqlitebrowser ./Sq_test.db