1.

What Is Enable Database?

Answer»

Play Framework allows in-built support for H2 DATABASE. For enable database, it opens the application.conf file and a document FOLLOWS these two RULES.

  • db.default.driver=org.h2.Meraj
  • db.default.url="jdbc:h2:MEM:play"

Play Framework allows in-built support for H2 database. For enable database, it opens the application.conf file and a document follows these two rules.



Discussion

No Comment Found