You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,7 @@
27
27
<li><strong><ahref="https://starbasedb.hashnode.space/default-guide/rest-api/introduction">REST API Support</a></strong> automatically included for interacting with your tables</li>
28
28
<li><strong><ahref="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>
29
29
<li><strong><ahref="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
+
<li><strong><ahref="https://github.com/Brayden/starbasedb/pull/26">Bindable Microservices</a></strong> via templates to kickstart development and own the logic (e.g. user authentication)</li>
30
31
<li><strong>Scale-to-zero Compute</strong> to reduce costs when your database is not in use</li>
31
32
</ul>
32
33
<br />
@@ -39,7 +40,6 @@
39
40
<li><strong>Data Replication</strong> to scale reads beyond the 1,000 RPS limitation</li>
40
41
<li><strong>Data Streaming</strong> for streaming responses back as rows are read</li>
41
42
<li><strong>Data Syncing</strong> between local source and your database</li>
42
-
<li><strong>Service Templates</strong> for out of the box features such as user authentication, analytics and more</li>
43
43
<li><strong>Scheduled CRON Tasks</strong> to execute code at desired intervals</li>
0 commit comments