Is it possible connect to the database in cloud? For example I have three environments in Outsystems: dev, qa and prod. I would like to connect to database on prod via command line(or via Dbeaver app). Is it possible? If so, could I create custom constraints, triggers there?
As it was described here https://www.outsystems.com/help/servicestudio/9.0/Using_Data/Database_Data_Types.htm, there are 12 avaliable data types. Is it possible to use native DB's data type? For example if DB is MySQL can I create Entity(let it be User) with field(let it be createdAt and data type is Date) which references to Timestamp(https://dev.mysql.com/doc/refman/5.7/en/datetime.html)?
Is there a way to use not supported database? For example like PostgreSQL, DB2, SQLite?
Is it possible to work with NoSql database out of the box? I found this topic in the forum https://www.outsystems.com/forums/discussion/7862/nosql-and-outsystems/, but it was in 2011. Could confirm or disprove it?
Can I use my own database server with Outsystems applications? For example if company wants to keep their data in safe and use their own servers, is it possible to point out to use their databases?
Do you have experience or best practices how to move existed application with DB full of data to use your platform?
Is there a way to download generated code of application? I’ve created simple Contacts application and would like to see how it looks like under the hood.
How to change language for existed application in Outsystems platform? Right now .NET code is generated for my Contact application. I would like to change to Java. It’s a newbie question but I couldn’t find this magic button :(
Is it possible to implement Selenium and Unit test for genreated Java applications? I found Unit testing framework application (https://www.outsystems.com/forge/component-details/387/Unit+Testing+Framework/) but in Details tab in Stack there only .Net supported.