README
You won't find this useful.
However, if you are still curious:
- If you like to break up apps into smaller apps, and you want them to use the smae db, but different tables, duck_duck_duck lets you migrate those applets to the same db.
My personal way to do multi-applet migrations.
<script type="module">
import duckDuckDuck from 'https://cdn.skypack.dev/duck_duck_duck';
</script>
You won't find this useful.
However, if you are still curious: