You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The project has PostgreSQL as a requirement because JSON columns are used, both on Apicasso::Key and Apicasso::Request. When using other DBs this is achievable through AR serialization and a common text field.
The project has PostgreSQL as a requirement because JSON columns are used, both on
Apicasso::KeyandApicasso::Request. When using other DBs this is achievable through AR serialization and a common text field.