sqlite3-editor
sqlite3-editor copied to clipboard
[Feature] Possibility to copy CRUD queries for table
it will help (at least me :)) when it will be possible to copy CRUD queries, to not manually write them.
<li key={alert.id}>
{alert.message}
</li>
))
) : (
<li>No current alerts</li>
)}
</ul>
</section>
); };
<li key={alert.id}>
{alert.message}
</li>
))
) : (
<li>No current alerts</li>
)}
</ul>
</section>
); };