remove ilo run command file
[yosql.git] / yosql-website / content / sql / _index.md
blob4e89bd13656528d56a10a73b732ce6818db06edd
1 ---
2 title: SQL
3 date: 2020-04-13
4 menu:
5   main:
6     weight: 110
7 ---
9 This part of the documentation is intended for **developers** looking for information on how to write SQL statements in 
10 their own project.
12 There are multiple ways to [structure](./structure/) your [SQL files](./sql-files/) - choose whatever fits best to your project. Each of your `.sql` files can have an optional [front matter](./frontmatter/) part that can be used to fine-tine a single SQL statement. Depending on the persistence API you have picked, SQL statements can be configured to return types from your project in order to improve the type-safety of your code. There is some general information about those [converters](./converters/), however each [persistence](/persistence/) API usually has its own little quirks that you can read upon in their individual sections.