#FASTAPI

Pubblicato il: 28 febbraio 2021
sul canale di: Pulakesh Dhara
7,262
123

In this video, you will learn how to implement CRUD(Create, Read, Update, Delete) Operation using FAST API. I have used SQLite database with ORM(Object Relation Mapper) SQLAlchemy.
----------------------------------------------------------------------------------
check_same_thread:
it means whether you want to run it on a single thread or multi-thread. By default, check_same_thread is True and only the creating thread may use the connection. If set False, the returned connection may be shared across multiple threads

---------------------------------------------------------------------------------
model vs schema:
A data model in a database should be relational which means it is described by tables. The data describes how the data is stored and organized. A data model may belong to one or more schemas, usually, it just belongs to one schema

A schema is a collection of database objects that are logically grouped together. These can be anything, tables, views, stored procedure etc. Schemas are typically used to logically group objects in a database.
-------------------------------------------------------------------------------

Source Code: https://github.com/dharapx/youtube_tu...


In questa pagina del sito puoi guardare il video online #FASTAPI della durata di ore minuti seconda in buona qualità , che l'utente ha caricato Pulakesh Dhara 28 febbraio 2021, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 7,262 volte e gli è piaciuto 123 spettatori. Buona visione!