Thanks to visit codestin.com
Credit goes to github.com

Skip to content

coderliux/flyway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

<<master flyway in 30 minutes>> session example

How to setup

1. Clone the repo to your local

2. Run cd <projectroot>/src/db

3. Run ./startH2 to start the database

4. It will open a browser window for the database console

5. Select Saved Settings with 'Generic H2(Server)', keep the others default.

6. Click 'Connect' to connect to the database

7. Run the sql script in <projectroot>/src/script/create_employee_table.sql to test if it works.

About

session example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages