Search code examples
playframework-2.0aerospike

Is play2-aerospike module available?


creating app in play2 with aerospike as db. Is there any module avaialble in play2 to access aerospike db.


Solution

  • Nope, sorry, presently Aerospike does not have a module or connector for play2. But you should be able to use the Aerospike Java client to integrate it with your app.