

A better way is to interact with your database using database plugins. You can do this by accessing your database directly, but this can be a lot of work and is risky-it's easy to make a mistake and damage your WordPress site. To keep your WordPress site running smoothly, you need to manage and maintain your database, to clean and optimize it. The database keeps all your content and data in rows, columns, and tables. Of course, this includes a fair bit of old stuff that is no longer needed. This data includes posts, pages, comments, settings, spam, media, tags, as well as users' personal data. It is where all the data that makes up your WordPress website is stored. You can import a table from a CSV file and export a table from your database to a CSV, JSON or SQL file.The database is the source of information that makes it possible for your WordPress website to function.

Instead of running queries, you can create a new table from the GUI tool. If you choose to run all, the results can be split and displayed in multiples tabs. You can write multiple queries and choose to run them simultaneously or only the query at the cursor. Remember to hit cmd + S to commit the change to the server after to edit. TablePlus has a spreadsheet-like interface for you to browse and edit data inline in the most intuitive way. Hit Cmd + P and type the keyword, TablePlus will lookup from your database and open table, views, function, or snap, very convenient. You can also import URL, just copy and paste, it saves tons of times for you.

sqlite3 file extension) to open with TablePlus. For SQLite, you can double click on the database file (normally it has. You need to prepare host, port, username, and password to connect.

You can use TablePlus to create a connection to multiple databases: MySQL, PostgreSQL, SQLite, Microsoft SQL Server, Amazon Redshift, MariaDB, CockroachDB, Vertica, and even Redis. You can connect to the server, create a new database, manipulate and save your data at a lightning speed, high-end secure guaranteed.įor now, TablePlus is available for macOS only, the windows version is going to be out soon.ĭownload the app from TablePlus' official website. TablePlus helps you to be more efficient while working with multiple relational databases.
