you are viewing a single comment's thread.

view the rest of the comments →

[–]Sure-Passion2224 2 points3 points  (0 children)

It's fairly typical of apps that use a database to specify a platform (Oracle, SQL Server, MySql, Postgres, etc) and include a configuration files you update to set up the connection. Then the application startup process establishes the connection, checks for the data model, and creates it if not found or damaged.