.. alchemylite documentation master file, created by sphinx-quickstart on Mon Jan 20 17:55:58 2025. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. 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? 1. For small projects: If you are developing a small application, AlchemyLite will quickly organize work with a database. 2. For simple tasks: If you only need to perform basic CRUD operations, AlchemyLite will be a handy tool. 3. 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**: 1. Easy connection to the database 2. Asynchronous and synchronous approach 3. You can create models in a database using python syntax without using third-party libraries 4. SThe minimum configuration to get started. The library will continue to evolve and new features will be added. The source `code `_ .. toctree:: :maxdepth: 2 installation sync CRUD operations async CRUD operations tables