Groovy Database Extension Documentation
Is there any documentation for
com.intellij.database.model.DasTable
? I wanted to create a small script depending on the default Generate POJO script.
But since code completion and syntax highlighting doesn't work, I tried to find some api documentation for it but I didn't find any.
Please sign in to leave a comment.
Hi Eric,
Look for the lib/src/src_database-openapi.zip file in the IntelliJ IDEA Ultimate distribution. It is complete source code for databases and SQL APIs.
See also: https://blog.jetbrains.com/datagrip/2018/02/13/generate-pojos/
Thank you, that helps.
Has the lib/src folder been removed in 2025.1? I'm on Mac and installed it through the Toolbox and cannot find it at all.
I can't seem to find this either.
I have a full version of DataGrip, but not Ultimate Intellij. Is there anywhere else we can find this documentation? I'm trying to build out a workflow off some of this, but it's really hard without documentation around the objects being avaialble.
Please use the Files section to locate the current directory
Here's the documentation section related to Groovy extractors