WatermelonDB v0.12.3 Release Notes

Release Date: 2019-05-06 // about 5 years ago
  • 🔄 Changes

    • ⚡️ [Database] You can now update the random id schema by importing import { setGenerator } from '@nozbe/watermelondb/utils/common/randomId' and then calling setGenerator(newGenenerator). This allows WatermelonDB to create specific IDs for example if your backend uses UUIDs.
    • [Typescript] Type improvements to SQLiteAdapter and Database
    • 🚚 [Tests] remove cleanup for [email protected] compatibility