SQLite boilerplate and offline data persistence #12460
Unanswered
fairking
asked this question in
Ideas / Proposals
Replies: 2 comments 4 replies
-
|
No answer since then. Looks like nobody is using quasar framework for such type of applications :-( |
Beta Was this translation helpful? Give feedback.
3 replies
-
|
Thanks. .NET is one of the few programming worlds I've never even dipped a
toe in so I'll figure something else out.
…On Wed, Jun 29, 2022, 8:45 AM fairking ***@***.***> wrote:
Did you get it to work?
I switched to Maui, it was easier to me to get access to the backend api.
Apart of that the ui framework is Quasar in webview and there is a
communication between ui and backend in place. As a .net developer it was
the shortest way to me to get there. If you are not familiar with .net and
rather want to use js/ts for backend, I cannot help you.
—
Reply to this email directly, view it on GitHub
<#12460 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJ6N5YSVKFTGSWYZ2UMBK3VRRVSXANCNFSM5OKBC4JA>
.
You are receiving this because you commented.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to get sqlite working in my app and just thinking would be nice to have sqlite boilerplate in CLI in the same way as
axiosandi18n. So when you create a new project you can choose asqliteoption as well.I am planning to use typeorm.
Here is a working example of it: https://github.com/jepiqueau/vue-typeorm-app
Other resources:
typeorm/typeorm#6854
nklayman/vue-cli-plugin-electron-builder#699 (comment)
I am not sure about the approach with electron, there maybe a better way by using https://capacitor-community.github.io/electron/docs/gettingstarted
Basic requirements:
What do you think guys?
Beta Was this translation helpful? Give feedback.
All reactions