readme: update

This commit is contained in:
0x1eef 2022-08-15 23:54:05 -03:00
parent 37ff7dedf9
commit 02b1c31433

View file

@ -167,6 +167,9 @@ This section covers the SQL files.
* The [src/sql/seed.sql](src/sql/seed.sql) populates the contents of the database. <br>
The languages included are Arabic, English, Farsi, and Portuguese.
* The [src/sql/queries/](src/sql/queries) directory contains `.sql` files that contain SQL queries. <br>
They serve as examples, and as inspiration for writing new queries.
#### SQLite3
This section of the README demonstrates how the SQL files mentioned above can be used