Category Archives: ArangoDB

Configure ArangoDB in strapi

I’ve just started testing out strapi and decided to run it against an existing ArangoDB database. I ran into a small issue with the automatically generated models. With the default generated code, you’ll notice that records do get added to the database but an E_UNKNOWN error keeps popping up in the admin and the records list has a blank id. ArangoDB uses a particular id key column called _key. To get this to work, you…

Read More