Hi, i try to open my encrypted sqlite database as an C3P0 DataSource, but dont know to to set the getConnection properties.
Here is my original code to open sqlite as dataSource:

I look into the SQLiteMCChacha20Config.getDefault().withKey().build().toProperty(), and try this

I wonder how i can using SQLiteConfig to setup SQLiteDataSource as an C3P0.DataSource.
Thank you.