Add some skills

ADDED: SQLite, MySQL
This commit is contained in:
WH64 2023-02-02 12:14:27 +09:00 committed by GitHub
parent 417d0d3472
commit abab38792a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -70,6 +70,12 @@ Hello, World!
<a href="https://svelte.dev/"> <a href="https://svelte.dev/">
<img src="https://img.shields.io/badge/Svelte-FF3E00?style=flat-square&logo=Svelte&logoColor=white"/> <img src="https://img.shields.io/badge/Svelte-FF3E00?style=flat-square&logo=Svelte&logoColor=white"/>
</a> </a>
<a href="https://sqlite.org/index.html">
<img src="https://img.shields.io/badge/SQLite-003B57?style=flat-square&logo=SQLite&logoColor=white"/>
</a>
<a href="https://www.mysql.com">
<img src="https://img.shields.io/badge/MySQL-4479A1?style=flat-square&logo=MySQL&logoColor=white"/>
</a>
<a href="https://mariadb.org/"> <a href="https://mariadb.org/">
<img src="https://img.shields.io/badge/MariaDB-003545?style=flat-square&logo=MariaDB&logoColor=white"/> <img src="https://img.shields.io/badge/MariaDB-003545?style=flat-square&logo=MariaDB&logoColor=white"/>
</a> </a>