@mariofelesdossantosjr There is nothing really TornadoFX specific with database access, just create a controller which returns the data like you normally would, optionally calling
.observable()
on the collection of items to make it easier to bind the resulting list to tables etc.