Added support for creating DB schemes! Create for example DbSchema.java, define tables and indexes and using pushSchema(), you can push the whole schema to user's database.
Added built in support for generating UUID v4 and v7 as well as implementing support for Postgres' own UUID system.