Regarding the data/database.mv.db file, how to do to see/edit its content by command line?
I would like create a specific script to manage this file. (select * from...)
Please, help me
JB
You can either use H2 console or any JDBC based database util.
Regarding the data/database.mv.db file, how to do to see/edit its content by command line?
I would like create a specific script to manage this file. (select * from...)
Please, help me
JB