locked
sql lite and resouces RRS feed

  • Question

  • hi

    I am developing a store application.

    I want to use SQL Lite database and resources.

    Guide me in this regard please. A special thanks

    Monday, April 29, 2013 10:58 PM

Answers

  • You will need to write or find a 3rd party Windows Runtime Component to expose the SQLite database to JavaScript.

    I believe there are several such components to choose from. I cannot recommend any specifically, but if you search the forum for SQLite you will find a number of threads with previous discussions of this topic and suggestions for ones to use.

    --Rob

    • Marked as answer by neha-verma Tuesday, April 30, 2013 2:16 AM
    Tuesday, April 30, 2013 12:29 AM
    Moderator
  • There are free 3rd party components for this. Look at the other threads I referenced to get suggestions from the community.

    You can use multiple components in a single application. The pattern you use does not affect this - MVVM can be implemented all in the main app with no addition components or it could be spread across several.

    --Rob

    • Marked as answer by neha-verma Tuesday, April 30, 2013 2:16 AM
    Tuesday, April 30, 2013 1:57 AM
    Moderator

All replies

  • You will need to write or find a 3rd party Windows Runtime Component to expose the SQLite database to JavaScript.

    I believe there are several such components to choose from. I cannot recommend any specifically, but if you search the forum for SQLite you will find a number of threads with previous discussions of this topic and suggestions for ones to use.

    --Rob

    • Marked as answer by neha-verma Tuesday, April 30, 2013 2:16 AM
    Tuesday, April 30, 2013 12:29 AM
    Moderator
  • Rob thanks again.

    Can't i use it in my own Windows Runtime Component or could create my ownself?

    Will other 3rd party components available free of cost?

    My other question is that can i use multiple WRC(Windows Runtime Components) for one application or could it be ever required?

    IF i use MVC or MVVM pattern then all the logic and entities will require just a one WRC or more?

    Tuesday, April 30, 2013 1:18 AM
  • There are free 3rd party components for this. Look at the other threads I referenced to get suggestions from the community.

    You can use multiple components in a single application. The pattern you use does not affect this - MVVM can be implemented all in the main app with no addition components or it could be spread across several.

    --Rob

    • Marked as answer by neha-verma Tuesday, April 30, 2013 2:16 AM
    Tuesday, April 30, 2013 1:57 AM
    Moderator
  • thanks rob.
    Tuesday, April 30, 2013 2:16 AM