looks like document database, but how i can create indexes?
As an alternative, you can always create indexes through DB migrations or add the index directly via the `sqlite3` cli.
You can define schema via migrations or through the admin UI (see https://pocketbase.io/docs/manage-collections/).
looks like document database, but how i can create indexes?