codemation / pydbantic

A single model for shaping, creating, accessing, storing data within a Database
https://pydbantic.readthedocs.io/en/latest/
Apache License 2.0
223 stars 16 forks source link

Database indexes for speed? #61

Open alex-ong opened 11 months ago

alex-ong commented 11 months ago

Is there a way to generate or create database indexes in pydbantic? or do i need to create them manually/seperately using sqlalchemy afterwards?