Skip to content

I request to obtain the data from the database. #396

Closed Answered by jepiqueau
AzielCF asked this question in Q&A
Discussion options

You must be logged in to vote

@AzielCF I do not know the Quasar framework bur the procedure should be the same than for Vue.
make sure that your capacitor.config.ts includes the location of the databases for Electron

  plugins: {
    CapacitorSQLite: {
      iosDatabaseLocation: 'Library/CapacitorDatabase',
      iosIsEncryption: false,
      iosKeychainPrefix: appName,
      iosBiometric: {
        biometricAuth: false,
        biometricTitle : "Biometric login for capacitor sqlite"
      },
      androidIsEncryption: false,
      androidBiometric: {
        biometricAuth : false,
        biometricTitle : "Biometric login for capacitor sqlite",
        biometricSubTitle : "Log in using your biometric"
      },
      …

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@AzielCF
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by jepiqueau
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants