mirror of
https://github.com/fastapi/sqlmodel.git
synced 2026-03-13 09:29:54 +08:00
📝 Update link syntax to minimal Markdown
This commit is contained in:
@@ -111,7 +111,7 @@ DROP TABLE hero;
|
||||
|
||||
That is how you tell the database in SQL to delete the entire table `hero`.
|
||||
|
||||
<a href="https://theuselessweb.site/nooooooooooooooo/" class="external-link" target="_blank">Nooooo!</a> We lost all the data in the `hero` table! 💥😱
|
||||
[Nooooo!](https://theuselessweb.site/nooooooooooooooo/) We lost all the data in the `hero` table! 💥😱
|
||||
|
||||
### SQL Sanitization
|
||||
|
||||
@@ -119,7 +119,7 @@ The process of making sure that whatever the external user sends is safe to use
|
||||
|
||||
It comes by default in **SQLModel** (thanks to SQLAlchemy). And many other similar tools would also provide that functionality among many other features.
|
||||
|
||||
Now you are ready for <a href="https://xkcd.com/327/" class="external-link" target="_blank">a joke from xkcd</a>:
|
||||
Now you are ready for [a joke from xkcd](https://xkcd.com/327/):
|
||||
|
||||

|
||||
|
||||
@@ -292,7 +292,7 @@ It's actually a simple idea with a very academic and mathematical name. 😅
|
||||
|
||||
So, an **ORM** is a library that translates from SQL to code, and from code to SQL. All using classes and objects.
|
||||
|
||||
There are many ORMs available apart from **SQLModel**, you can read more about some of them in [Alternatives, Inspiration and Comparisons](alternatives.md){.internal-link target=_blank}
|
||||
There are many ORMs available apart from **SQLModel**, you can read more about some of them in [Alternatives, Inspiration and Comparisons](alternatives.md)
|
||||
|
||||
## SQL Table Names
|
||||
|
||||
|
||||
Reference in New Issue
Block a user