KipData/FnckSQL

add path parameter for main

Closed this issue · 0 comments

Feature Request

By default, kipsql provides cargo run for testing sql statements. As an embedded database, kipsql needs to perform some maintenance operations. It is more user-friendly to operate with cli instead of coding. Therefore, use the main method of this test directly. Just provide an optional path parameter

e.g. cargo run -path '/home/kould/kipsql_data'