Parse Dashboard
Core
Database Browser
12 min
database browser introduction in this tutorial, you will learn how to explore the features available at database browser prerequisites there are no pre requisites to read or edit this page database browser back4app is a baas ( backend as a service ) platform powered by parse open source which you can use to build your app faster, host it with no hassles and keep full control over your backend once your back4app is created, the database browser allows you to manage your app’s data with creating, reading, updating or removing your objects and classes the dashboard looks similar to a spreadsheet and lets you create classes and its properties in a row/column structure, that’s easy to understand and maintain over time also, importing/exporting/filtering data makes data management a breeze at this point, we are going to show you the main features available at this section add a row to add a new object in the class, you need to click in the add a row blue button or in the icon, after you’ve created a new row, just double click into the cell to set the new values add a column to add a new column in the class, you need to click over the item and a modal will be opened now, you should add the column type and choose its name learn more about data types here import csv import data into parse tables, see the link below for how it works and examples of how this tool works importing csv files manage columns by clicking on this icon, you can hide or sort the columns refresh browser clicking on this icon, you will hold reload the page to update the data filter the easiest way to filter your data from the dashboard is using this icon which will allow a quick analysis through the conditions you can select security by clicking on this icon, you can configure the class level permissions that apply security measures at that level, restricting how and when client applications can access and create data in parse edit briefly, the edit button allows manipulations of data like add/remove row, column or class, configure the class level permissions that apply security measures at that level, restricting how and when client applications can access and create data in parse, and manipulate and create indexes to your database that will improve the database performance also, inside this option, you will be able to import or export your data it’s done in this guide, you’ve learned about the main features inside database browser