Is there a way to view tables in the GUI in a virtual machine?

Asked 2 years ago, Updated 2 years ago, 150 views

PC Environment

  • windows10
  • Vagrant
  • VirtualBOX
  • putty
  • Cyberdug

I created a virtual development environment with dot installation.

I would like to make sure that the password is properly encrypted in the has_secure_password of Rails.

I heard that there is a software that allows you to view the database through the GUI, but is it possible to use it because it is a virtual development environment?

ruby-on-rails sqlite

2022-09-30 21:36

2 Answers

Cross-platform
if you want to review SQLite data such as DB Browser for SQLite.

DB Browser for SQLite
"SQLite Database Browser" - Window Forest


2022-09-30 21:36

Self-Solution

Download the database file from the virtual machine. Open in DB Browser for SQLite.

Download database files from virtual machines using Cyberduck in my environment.

Please let me know if there is a better way.

And I found out that you don't have to go out of your way to install the above software to see if an encrypted password was created. If you built your environment with a dot installation, it should have sqlite in it.


2022-09-30 21:36

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.