|
11 | 11 |
|
12 | 12 | <div align="center"> |
13 | 13 | <a href="https://github.com/Brayden/starbasedb/releases"><img src="https://img.shields.io/github/v/release/Brayden/starbasedb?display_name=tag&style=flat"></img></a> |
| 14 | + <a href="https://starbasedb.hashnode.space/default-guide/introduction/quick-start"><img src="https://img.shields.io/static/v1?label=Read&message=Documentation&color=purple&style=flat"></img></a> |
14 | 15 | <a href="https://starbasedb.com"><img src="https://img.shields.io/static/v1?label=Website&message=StarbaseDB&color=%23be185d&style=flat"></img></a> |
15 | 16 | <a href="https://twitter.com/BraydenWilmoth"><img src="https://img.shields.io/static/v1?label=Follow&message=@BraydenWilmoth&color=black&style=flat"></img></a> |
16 | 17 | <a href="https://discord.gg/k2J7jcJCvd"><img src="https://img.shields.io/static/v1?label=Join us on&message=Discord&color=%237289da&style=flat"></img></a> |
|
20 | 21 | <br /> |
21 | 22 | <h2>Features</h2> |
22 | 23 | <ul> |
23 | | - <li><strong><a href="https://github.com/Brayden/starbasedb/edit/main/README.md#executing-queries">HTTPS Endpoints</a></strong> to query & interact with your database</li> |
24 | | - <li><strong><a href="https://github.com/Brayden/starbasedb?tab=readme-ov-file#web-sockets">Web Socket Connections</a></strong> to query your database with low-latency web sockets</li> |
25 | | - <li><strong><a href="https://github.com/Brayden/starbasedb?tab=readme-ov-file#transactions">Transactions Support</a></strong> for executing interdependent collections of queries</li> |
26 | | - <li><strong><a href="https://github.com/Brayden/starbasedb/blob/main/src/literest/README.md">REST API Support</a></strong> automatically included for interacting with your tables</li> |
| 24 | + <li><strong><a href="https://starbasedb.hashnode.space/default-guide/http-endpoints/query">HTTPS Endpoints</a></strong> to query & interact with your database</li> |
| 25 | + <li><strong><a href="https://starbasedb.hashnode.space/default-guide/web-sockets/introduction">Web Socket Connections</a></strong> to query your database with low-latency web sockets</li> |
| 26 | + <li><strong><a href="https://starbasedb.hashnode.space/default-guide/http-endpoints/transactions">Transactions Support</a></strong> for executing interdependent collections of queries</li> |
| 27 | + <li><strong><a href="https://starbasedb.hashnode.space/default-guide/rest-api/introduction">REST API Support</a></strong> automatically included for interacting with your tables</li> |
27 | 28 | <li><strong><a href="https://github.com/Brayden/starbasedb/edit/main/README.md#deploy-a-starbasedb">Database Interface</a></strong> included out of the box deployed with your Cloudflare Worker</li> |
28 | | - <li><strong><a href="https://github.com/Brayden/starbasedb?tab=readme-ov-file#sql-dump">Export SQL Dump</a></strong> to extract your schema and data into a local `.sql` file</li> |
29 | | - <li><strong><a href="https://github.com/Brayden/starbasedb?tab=readme-ov-file#sql-import">Import SQL Dump</a></strong> to import your schema and data from a local `.sql` file</li> |
| 29 | + <li><strong><a href="https://starbasedb.hashnode.space/default-guide/import-export/sql-dump">Import & Export Data</a></strong> to import & extract your schema and data into a local `.sql`, `.json` or `.csv` file</li> |
30 | 30 | <li><strong>Scale-to-zero Compute</strong> to reduce costs when your database is not in use</li> |
31 | 31 | </ul> |
32 | 32 | <br /> |
|
39 | 39 | <li><strong>Data Replication</strong> to scale reads beyond the 1,000 RPS limitation</li> |
40 | 40 | <li><strong>Data Streaming</strong> for streaming responses back as rows are read</li> |
41 | 41 | <li><strong>Data Syncing</strong> between local source and your database</li> |
42 | | - <li><strong>Export Data</strong> as a CSV, JSON or SQLite file</li> |
43 | | - <li><strong>Import Data</strong> from a CSV, JSON or SQLite file</li> |
| 42 | + <li><strong>Service Templates</strong> for out of the box features such as user authentication, analytics and more</li> |
| 43 | + <li><strong>Scheduled CRON Tasks</strong> to execute code at desired intervals</li> |
44 | 44 | </ul> |
45 | 45 |
|
46 | 46 | <br /> |
|
0 commit comments