Low Code
Configuration Screen
Database Connection
the main purpose of low code low code is parameterization, meaning there will always be a way to handle and manipulate the screen therefore, it is worth mentioning that nothing in low code low code is fixed to work with a database, a connection to the database is required, especially when dealing with business objects this connection is presented as follows 🖊 note all database connections can only be related to the three types mentioned in database docid\ tvsfgjvlahcgnbbo8pbc4 microsoft sql server , oracle database , postgresql , which in turn are necessary for the correct operation of business objects however, low code offers integration with any other database through the integration flow docid\ x9m27wq8aijbbqpbxgxbn procedure to create a database connection you must have infrastructure access to this database physical access (if it is virtual, it must be published), among other items, must be configured by infrastructure campo descrição nome ( ) insira o nome sem espaçamento descrição ( ) coloque uma descrição tipo ( ) selecione entre conexão jndi ou conexão direta nome do datasource ( ) dependendo dos tipos de conexões que colocar, entre a conexão jndi ou direta, duas opções de bancos de dados serão exibidas fields with an asterisk ( ) are mandatory jndi connection shows options that are configured in the application container it will also depend on the infrastructure team to perform the necessary configurations example front manager data source (frontmanager) in the case of the default tenant , it is the tenant or the database connected to this url https //frontmanager apps centralit com br/lwc/page/database connection https //frontmanager apps centralit com br/lwc/page/database connection check tenant https //docs citsmart com/hyper/tenant espaco de cliente for more information click " save " after completing direct connection the other type of connection refers to the direct connection campo descrição nome ( ) escreva um nome sem espaçamento descrição ( ) insira uma descrição tipo ( ) conexão direta path jdbc ( ) é possível escrever livremente a url de conexão, o usuário, a senha e o esquema, desde que tenha acesso ao banco de dados exemplo jdbc\ postgresql //localhost 5432/hyperplataform usuário ( ) selecione usuário do banco de dados senha ( ) a senha do usuário do banco de dados esquema ( ) insira o esquema das tabelas do banco de dados fields with an asterisk ( ) are mandatory 🖊 note all passwords entered in low code screens are encrypted at the source and are encrypted in both directions (from the server to the browser and vice versa) ⚠️ attention! regarding the user , if you enter a user that has not been previously registered (that does not exist), low code will attempt to establish the connection, and consequently, it will time out because it will not be able to connect the timeout depends on the database configuration also, you must use the necessary credentials to be able to connect to the database