Jonatas Daniel
Jonatas Daniel
I'm trying to use the lib on React with `const JSONAPIDeserializer = require('jsonapi-serializer').Deserializer;` and then `new JSONAPIDeserializer.name({}).deserialize(data)` but I'm getting `./node_modules/jsonapi-serializer/index.js Module not found:` I'm adding the library with `yarn...
I have two databases in my app (ActiveRecord (Postgres) and MongoID (MongoDB)) with this config: ``` config.before(:suite) do DatabaseCleaner[:active_record].clean_with(:truncation) DatabaseCleaner[:mongoid].clean_with(:deletion) end config.before(:each) do DatabaseCleaner[:active_record].strategy = :transaction DatabaseCleaner[:mongoid].strategy = :deletion end...
Have two options to open/create database. One will create the db in default database app pah. And other, in a especified path, like a directory in sdcard.
Close cursor in first(), last() and read() method in AndroidPersistenceManager.
Create an annotation to define the way to assign a value to a field. Create something like this: @Assignment(AssignmentType.AcessorMethod) @Assignment(AssignmentType.DirectAssignment) The annotation is for fields and classes, and when a...
Create 'all' method in PersistenceManager to return all registers of the entity defined in method parameter.
Create a option to create or only open the database.
Create 'dist' (or other name) folder containing the 'jars' of andorm and andorm-query.