@Toshihiro Nakamura Is there a way to use the QueryDsl to generate an sql statement and get it's parameters (w/o initializing a connection to a db)? It would be a great way to migrate code using a low-level library such as Jyasync to Komapper... one could just write the entities, and sqls little by little using the dsl, but running them using jasync, and when all the queries are migrated, then just update the jasync wrapper to use komapper's runQuery.