Skip to content

0.6.1

Choose a tag to compare

@iSnow iSnow released this 09 Dec 23:23
· 111 commits to main since this release
  • BeanTableDataSource allows for the creation of Tables on Collection of Java Bean objects. E.g. if you get a number of DTOs from a database, you can directly use them to create a Table for a Datapackage.
  • Creating a Table on a Java class can be an easy way to create a Schema for them: just call 'getSchema()' on the table, since creating a Table on a Bean class automatically infers a Schema.