Telosys news
WebsiteTwitterLinkedInDocumentation
  • Telosys news
  • Version 4.2.0 (2024-November)
  • Version 4.1.1 (2024-January)
  • Version 4.1.0 (2023-August)
    • Model
    • Templates
    • Target languages
    • Model from database
    • Telosys-CLI
  • Version 4.0.0 (2022-April)
  • Version 3.3.0 (2021-July )
    • DSL model annotations
    • DSL model "Tags"
    • Templates features
    • Templates objects
Powered by GitBook
On this page
  • New model information retrieved from database :
  • Customization in "databases.yaml"
  • Other
  1. Version 4.1.0 (2023-August)

Model from database

Creating a new model from a database is now more accurate and more flexible.

New model information retrieved from database :

  • Entity level :

    • @DbCatalog(..)

    • @DbSchema(..)

    • @DbTable(..)

    • @DbView

  • Attribute level :

    • @DbType(..)

    • @DbName(..)

Customization in "databases.yaml"

New options allow you to define more precisely what you want to get from the database :

linksManyToOne: true
linksOneToMany: false
linksManyToMany: false

dbComment : false
dbCatalog : false
dbSchema : false
dbTable : false
dbView : false
dbName  :     false    
dbType :     false    
dbDefaultValue: false

Other

  • model files are now always created in UTF-8

PreviousTarget languagesNextTelosys-CLI

Last updated 1 year ago