0

I have list of case classes, and i want to generate SQL from it. So i check the website and found how to reverse engineer the process, which mean from SQL to case classes, and for me , i want to inverse, from the case classes to SQL .

http://scalikejdbc.org/documentation/reverse-engineering.html

How can i do it ?

Regards

elarib
  • 674
  • 1
  • 8
  • 17

1 Answers1

0

It's unsupported. It will take long to support various kinds of RDBMSs. If the library supports it, We need contributors and maintainers of the feature.

Kazuhiro Sera
  • 1,822
  • 12
  • 15