SQL Editors
Editor
Supported
Notes and limitations
Setting up Dolt with Tableplus
Step 1: Cloning a database.
dolt clone dolthub/ip-to-country && cd ip-to-country> dolt sql -q 'show tables'
+---------------+
| Table |
+---------------+
| IPv4ToCountry |
| IPv6ToCountry |
+---------------+Step 2: Setting up your server
Step 3: Connecting our server with Tableplus


Step 4: Writing queries with Tableplus




Last updated
Was this helpful?