Questions tagged as 'insert'

2
answers

How to insert many records in Realm with Swift?

I am trying to perform a massive data insertion in Realm, but it is doing it very slowly. this is my code: let realm = try! Realm() let group = GroupRealm() group.id = 1 group.name = "test"...
asked by 09.02.2017 / 22:11
1
answer

PHP error: Warning: Unknown: failed to open stream: No such file or directory in Unknown on line 0

Hello my problem is that I am trying to make an insert in mysql, taking the data of the following form: I know it's a problem that I'm putting the wrong route or permission, but I can not find where I screwed up. For this I use the file "addP...
asked by 16.12.2018 / 20:59
1
answer

php poo insert many to many

If I have a many-to-many relationship: Books Books / Authors Authors Could you help me with the following questions: Do I have to create a class for each table? including the intermediate table? How would the insertion? Please have a function...
asked by 11.07.2017 / 07:09