Add sqlalchemy (#9690)

* add sqlalchemy

* fix linter errors

* Update _data/simple-icons.json

* JSON Schema Update to include Discussions

* Update .jsonschema.json

Co-authored-by: Álvaro Mondéjar <mondejar1994@gmail.com>

---------

Co-authored-by: Adam Rusted <hello@adamrusted.me>
Co-authored-by: Álvaro Mondéjar <mondejar1994@gmail.com>
This commit is contained in:
Niccolum 2023-10-21 05:21:36 +03:00 committed by GitHub
parent 09fd370582
commit 457b5abbac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 1 deletions

View file

@ -680,7 +680,7 @@
"pattern": "^https://github\\.com/(?!(features/actions)|(sponsors)|(logos)$)" "pattern": "^https://github\\.com/(?!(features/actions)|(sponsors)|(logos)$)"
}, },
"then": { "then": {
"pattern": "^https://github\\.com/[^/]+/[^/]+/(blob/[a-f\\d]{40}/[^\\s]+)|(tree/[a-f\\d]{40}(/[^\\s]+)?)|(((issues)|(pull))/\\d+#issuecomment-\\d+)$" "pattern": "^https://github\\.com/[^/]+/[^/]+/(blob/[a-f\\d]{40}/[^\\s]+)|(tree/[a-f\\d]{40}(/[^\\s]+)?)|(((issues)|(pull)|(discussions))/\\d+#((issuecomment)|(discussioncomment))-\\d+)$"
}, },
"else": { "else": {
"$ref": "#/definitions/url" "$ref": "#/definitions/url"

View file

@ -12600,6 +12600,14 @@
"hex": "FF0000", "hex": "FF0000",
"source": "https://www.spyder-ide.org" "source": "https://www.spyder-ide.org"
}, },
{
"title": "SQLAlchemy",
"hex": "D71F00",
"source": "https://github.com/sqlalchemy/sqlalchemy/discussions/7672#discussioncomment-2157650",
"license": {
"type": "MIT"
}
},
{ {
"title": "SQLite", "title": "SQLite",
"hex": "003B57", "hex": "003B57",

1
icons/sqlalchemy.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 5.5 KiB