Skip to content

Commit fd32890

Browse files
authored
Update README.md
1 parent 7f50602 commit fd32890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
<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>
2828
<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>
2929
<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+
<li><strong><a href="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>
3031
<li><strong>Scale-to-zero Compute</strong> to reduce costs when your database is not in use</li>
3132
</ul>
3233
<br />
@@ -39,7 +40,6 @@
3940
<li><strong>Data Replication</strong> to scale reads beyond the 1,000 RPS limitation</li>
4041
<li><strong>Data Streaming</strong> for streaming responses back as rows are read</li>
4142
<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>
4343
<li><strong>Scheduled CRON Tasks</strong> to execute code at desired intervals</li>
4444
</ul>
4545

0 commit comments

Comments
 (0)