-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
496fac7
commit a3f3794
Showing
1 changed file
with
4 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,10 @@ | |
import java.sql.*; | ||
|
||
public class LibSqlDriverTest { | ||
/** | ||
* Runs simple select query in LibSQL | ||
* @param args mvn exec:java "-Dexec.args=database-url [token]" | ||
Check warning on line 24 in com.dbeaver.jdbc.driver.libsql/src/test/java/com/dbeaver/jdbc/upd/driver/test/LibSqlDriverTest.java GitHub Actions / Check / Lint
|
||
*/ | ||
public static void main(String[] args) throws Exception { | ||
long startTime = System.currentTimeMillis(); | ||
|
||
|