Advanced Examples¶
Learn about all of the features and tools of the library.
In this block you will get familiar with other useful functions and tools that are currently available in the sl3aio.
Custom data types
Create custom data types and use them in the database.
Generated columns
Generate columns values instead of using the static defaults.
Using executors
Unlock the main loop by executing synchronous functions asynchronously.
Sending requests manually
Send async sqlite requests manually by using the low-level API.
Inheriting table classes
Create custom table classes inherited from sl3aio’s base classes.