Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DB Import #3

Open
al-develop opened this issue Aug 2, 2016 · 0 comments
Open

DB Import #3

al-develop opened this issue Aug 2, 2016 · 0 comments

Comments

@al-develop
Copy link
Owner

It would be useful to be able to import a SQLite database to the current used database.
The classes are already expanded, what's missing is the core for importing (in DataAccess class).

TO DO:

  • write core DataAccess code.
  • For this, following decisions need to be made:
    • using 2 parallel SQL connections to 2 databases?
      • if using 2 parallel conncetions, it will be possible, to select from DB 1 and insert into DB 2 at once --> memory won't be used to a big extend
      • if using 1 connection at a time, it will be needed to select all data from DB 1 into memory, close that conneciton, open the connection to DB 2 and insert it. For a better clean up, the data inside the memory should be clenaned right away.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant