Intro
Minuteproject works with different relational databases.In the distribution, test have been done over couple of DB (oracle, mysql...). Meanwhile your database might not be present in the list.
This article summarizes the step to follow to add your database type and test it with minuteproject.
Driver
Add your driver
Minuteproject works over jdbc to retrieve the database metadata. So you need a driver.Download your jdbc driver and add it in
Operation
From the config
You have to add in the data-source node- driver
- url
- username
- password
- schema (should be the same as user) in the schema node.
From the console
The console choose its target database from the database-catalog.xml file located inIf you open it add a new entry similar to the previous one specifying what is your default primary-key strategy and other information.
No comments:
Post a Comment