sqlite3-editor icon indicating copy to clipboard operation
sqlite3-editor copied to clipboard

[Feature] Possibility to copy CRUD queries for table

Open AndrzejKl opened this issue 7 months ago • 1 comments

it will help (at least me :)) when it will be possible to copy CRUD queries, to not manually write them.

AndrzejKl avatar Jul 10 '25 06:07 AndrzejKl

        <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>

); };

alecasst869 avatar Nov 01 '25 08:11 alecasst869