Skip to content

Commit

Permalink
Add commands list in README
Browse files Browse the repository at this point in the history
  • Loading branch information
peymanslh committed Dec 26, 2023
1 parent a6407f2 commit a479599
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,52 @@ Install extended version of hugo.
Run server: `hugo server`.
Create a new post: `hugo new --kind post posts/<post-name>.md`

## TODO
- [ ] SELECT
- [ ] WHERE
- [ ] INSERT
- [ ] UPDATE
- [ ] DELETE
- [ ] ORDER BY
- [ ] GROUP BY
- [ ] AND, OR, NOT
- [ ] Operators
- [ ] AS (Alias)
- [ ] LIMIT
- [ ] Comments
- [ ] SELECT DISTINCT
- [ ] IN
- [ ] LIKE
- [ ] MIN, MAX
- [ ] COUNT
- [ ] SUM
- [ ] AVG
- [ ] BETWEEN
- [ ] ROUND
- [ ] JOIN
- [ ] INNER JOIN
- [ ] LEFT JOIN
- [ ] RIGHT JOIN
- [ ] FULL JOIN
- [ ] CROSS JOIN
- [ ] UNION
- [ ] WITH
- [ ] HAVING
- [ ] EXISTS
- [ ] ANY
- [ ] ALL
- [ ] CASE
- [ ] NULL
- [ ] ALTER TABLE
- [ ] TRUNCATE

- [ ] Constraints
- [ ] Unique
- [ ] Primary key
- [ ] Index
- [ ] Default
- [ ] Auto increment
- [ ] Dates and times

## License
Licensed under the [MIT License](LICENSE)

0 comments on commit a479599

Please sign in to comment.