alchemylite documentation¶
AlchemyLite - A library that simplifies CRUD operations with PostgreSQL database, based on SQLAlchemy The main purpose of the library is to simplify working with the database. It is well suited for those people who want to work with databases, but do not know SQLAlchemy or SQL
When to use AlchemyLite?
For small projects: If you are developing a small application, AlchemyLite will quickly organize work with a database.
For simple tasks: If you only need to perform basic CRUD operations, AlchemyLite will be a handy tool.
For developers who don’t want to delve into ORM: If you don’t want to learn ORM libraries like SQLAlchemy, AlchemyLite provides a simple alternative.
Main features:
Easy connection to the database
Asynchronous and synchronous approach
You can create models in a database using python syntax without using third-party libraries
SThe minimum configuration to get started.
The library will continue to evolve and new features will be added.
The source code