Changes between Initial Version and Version 1 of ChangingTheDatabase
- Timestamp:
- Oct 5, 2009, 6:55:34 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ChangingTheDatabase
v1 v1 1 === Changing the Database === 2 3 Grails allows the data source to be configured in the grails-app/conf/DataSource.groovy file.[[BR]] 4 Most common databases are supported by Grails, we test and run MySQL. 5 6 See the [http://www.grails.org/Quick+Start#Configure%20a%20Data%20Source%20(Optional) Grails documentation].