atomic_arrays 1.1.0
AtomicArrays is a lightweight gem that aims to assist ActiveRecord with PostgreSQL array operations by offering a couple simple methods to update arrays in the database and the instance that it is called on. These methods are atomic in nature because they update the arrays in the database without relying on the current object's instantiated arrays.
Gemfile:
=
安裝:
=
Runtime 相依性套件 (1):
activerecord
>= 4.0