5 DoltHub
DoltHub is GitHub for Dolt databases - a platform to share, collaborate on, and manage Dolt databases. DoltHub hosts public data for free and provides a modern, secure web GUI for database management.
As a Dolt remote, you can clone, push, pull and fetch from DoltHub. It adds collaborative features including:
- Permissions
- Pull requests
- Issues
- Forks
- A built-in SQL workbench for exploring and modifying databases through the web
5.1 DoltHub API
DoltHub offers an API with the following capabilities:
- Authentication
- SQL API - For read/write SQL queries to DoltHub databases
- CSV API - For downloading CSV versions of DoltHub tables
- Database API - For interacting with databases and pull requests
- Hooks - For receiving notifications about database changes