Skip to content

Update libraries.json #83

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 6 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ mapped to one of more technologies, as in the original example.
## Contributing
All contributions are welcome, and CodersRank relies on such support. The rules are few, but essential:

- All fields apart of `description` and `image` are required.
- All fields apart of `imports`, `description` and `image` are required.
- Maintain alphabetical order for `libraries` and `languages`. Think SQL `ORDER BY library`.
- If providing description, make sure to include the dot `.` at the end of the line. Also make sure the spelling is correct and the description is accurate.

Expand Down
28 changes: 27 additions & 1 deletion libraries.json
Original file line number Diff line number Diff line change
Expand Up @@ -1821,6 +1821,32 @@
"image":"https://upload.wikimedia.org/wikipedia/commons/6/62/Ruby_On_Rails_Logo.svg"
}
},
"SQL":{
"PL/pgSQL":{
"imports":["plpgsql"],
"technologies":[
"Procedural Language"
],
"description":"PL/pgSQL (Procedural Language for PostgreSQL) is a procedural programming language supported by the PostgreSQL ORDBMS.",
"image":"https://upload.wikimedia.org/wikipedia/commons/thumb/2/29/Postgresql_elephant.svg/120px-Postgresql_elephant.svg.png"
},
"PL/SQL":{
"imports":["plsql"],
"technologies":[
"Procedural Language"
],
"description":"PL/SQL (Procedural Language for SQL) is Oracle Corporation's procedural extension for SQL and the Oracle relational database.",
"image":"https://www.oracle.com/a/ocom/img/pl-sql.svg"
},
"Transact-SQL":{
"imports":["tsql"],
"technologies":[
"Procedural Language"
],
"description":"Transact-SQL (T-SQL) is Microsoft's and Sybase's proprietary extension to the SQL (Structured Query Language) used to interact with relational databases.",
"image":"https://networkencyclopedia.com/wp-content/uploads/2020/04/transact-sql.jpg"
}
},
"TypeScript":{
"Angular":{
"imports":[
Expand Down Expand Up @@ -1936,4 +1962,4 @@
"description":"A Node.js and TypeScript Framework on top of ExpressJS."
}
}
}
}