Skip to content

Commit

Permalink
feat(core): add sql standard (#24)
Browse files Browse the repository at this point in the history
* Add missing punctuations

* Add Sql standard

* fix build errors

* Fix ci error

* Fix ci pipeline
  • Loading branch information
kaypee90 authored Apr 24, 2024
1 parent 163707e commit fd031bb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,13 @@
- Protocol Buffers are language-neutral, platform-neutral extensible mechanisms
for serializing structured data.

### [SQL Standard – ISO/IEC 9075:2023 (ANSI X3.135)](https://blog.ansi.org/sql-standard-iso-iec-9075-2023-ansi-x3-135/)

- SQL (standing for Structured Query Language) is the standard language for
relational database management systems. Read more at the ANSI Blog:
The SQL Standard – ISO/IEC 9075:2023 (ANSI X3.135)
[https://blog.ansi.org/?p=158690](more).

### [URI](https://datatracker.ietf.org/doc/html/rfc3986)

- A Uniform Resource Identifier (URI) is a compact sequence of characters
Expand Down

0 comments on commit fd031bb

Please sign in to comment.