Migration from 0.2.0-beta to 1.0.0
This guide covers the breaking changes when migrating from PrismaUI 0.2.0-beta to 1.0.0.
Breaking Changes
Section titled “Breaking Changes”-
String Type Migration
We migrated fromstd::stringtypes toconst char*for better API stability. -
PrismaView Type Change
PrismaViewtype is nowuint64_tinstead ofstd::stringfor better API stability.