- Thourgh sqlalchemy user can interact sql database, It is useful to design high performance databases
- It provides the communcation between Database to Web application
- pip install flask_sqlalchemy
- This is replication of POST,GET,PUT,DELETE
- This library is useful as OBJECT RELATIONAL MAPPER(ORM)
Data types
- Integer,string(50),Numeric,Boolean
Sqlalchemy Libarary content: