Skip to content

Feature: create collections on startup #125

@lotabout

Description

@lotabout

Currently the collections will be created when repository.save() is called if not already existed. Exceptions will be thrown if queries(e.g. repository.findAll()) were called before save because the tables do not exist.

I was expecting the tables are created on spring startup so that findAll() will return empty collections, like what hibernate does.

If I missed something in configuration, please tell.

  • ArangoDB version: 3.3.14
  • arangodb-spring-data version: 3.1.1

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions