Vuetify 3 TypeScript Tutorial Series - Part 1

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 ธ.ค. 2024

ความคิดเห็น • 3

  • @srk-v7n
    @srk-v7n 3 หลายเดือนก่อน +1

    Is it possible to replace the database to H2 so that we don't need the external database service?

    • @habibicoding
      @habibicoding  3 หลายเดือนก่อน

      You can try but the data will get lost when a new instance of the API gets started

    • @srk96
      @srk96 3 หลายเดือนก่อน +1

      ​@@habibicodingOK thank you, I just wondered whether it is possible to store the h2 database file permanently by setting the URL like jdbc:h2:file...