Skip to content

Commit 638f103

Browse files
authored
Update README.md
1 parent 0a00ac9 commit 638f103

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,11 @@
3737
<br />
3838
<h2>Roadmap</h2>
3939
<ul>
40+
<li><strong>Migrations</strong> for applying schema updates in safe sequential order</li>
41+
<li><strong>JWT Authentication</strong> template for quickly allowing user auth flows</li>
42+
<li><strong>Row Level Security (RLS)</strong> template for preventing data access on unauthorized rows</li>
4043
<li><strong>Point in Time Rollbacks</strong> for rolling back your database to any minute in the past 30 days</li>
4144
<li><strong>Data Replication</strong> to scale reads beyond the 1,000 RPS limitation</li>
42-
<li><strong>Data Streaming</strong> for streaming responses back as rows are read</li>
4345
<li><strong>Data Syncing</strong> between local source and your database</li>
4446
<li><strong>Scheduled CRON Tasks</strong> to execute code at desired intervals</li>
4547
</ul>

0 commit comments

Comments
 (0)