Skip to content

Commit daaf83d

Browse files
committed
create - db_types
1 parent 59b5977 commit daaf83d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/interactive/cli.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ def create
2626

2727
project_types = %w[App API]
2828
project_type = @prompt.select("Choose project type? ", project_types, required: true)
29+
30+
db_types = %w[SQLite MySQL PostgreSQL]
31+
db_type = @prompt.select("Choose database? ", db_types, required: true)
2932
end
3033

3134
def greet

0 commit comments

Comments
 (0)