-
Notifications
You must be signed in to change notification settings - Fork 4
Install DB Browser
ishaaa-ai edited this page Apr 2, 2020
·
1 revision
One of the tools you could use to view your database and modify it is DB Browser. You can install it at DB Browser. It is a great tool for databases and these are some of the basic things you can do with the help of DB Browser:
- View database and the various tables contained in it.
- Modify your database (add new observations, values) and then write those changes.
- Test your code by checking if changes are being reflected in the database.