rethinkdb-orm v0.3.0 Release Notes

Release Date: 2019-02-21 // about 5 years ago
  • ➕ Added

    • Secondary indexes can be created through secondary_index(field)
    • 0️⃣ belongs_to associations create a secondary index on the foreign key by default
    • ensure_unique(field) macro to ensure uniqueness of a field in a table

    🛠 Fixed

    • table(name) macro sets the table name
    • Id generation time resolution bug