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

2 New Classes for improved Multi Table features #141

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

anubhav-narayan
Copy link

@anubhav-narayan anubhav-narayan commented Aug 27, 2021

  1. Added a Class _Con_SqliteDict which inherits SqliteDict but uses an existing Connection to initialize, it can be used for converting an existing sqlite connection to a SqliteDict connection, although it is not advised.
  2. Added a Class SqliteTableDict which provides an interface for accessing multiple tables with a single object via nested dictionary syntax. It creates _Con_SqliteDict instances for its own connection internally to access tables.
  3. Closes Issue Self-contained solution to drop a table via SqliteDict API #137

P. S. Added .db files to .gitignore

1. Added a Class _Con_SqliteDict which inherits SqliteDict but uses an existing Connection to initialize, it can be used for converting an existing sqlite connection to a SqliteDict connection.
2. Added a Class SqliteTableDict which provides an interface for accessing multiple tables with a single object via nested dictionary syntax. It creates _Con_SqliteDict instances for it's own connection internally to access tables.

P. S. Added .db files to .gitignore
1. Added a Class _Con_SqliteDict which inherits SqliteDict but uses an existing Connection to initialize, it can be used for converting an existing sqlite connection to a SqliteDict connection.
2. Added a Class SqliteTableDict which provides an interface for accessing multiple tables with a single object via nested dictionary syntax. It creates _Con_SqliteDict instances for it's own connection internally to access tables.

P. S. Added .db files to .gitignore
@anubhav-narayan
Copy link
Author

Corrected Errors at line 276 with symbol CLEAR_ALL.

@anubhav-narayan anubhav-narayan marked this pull request as draft August 27, 2021 14:46
@anubhav-narayan anubhav-narayan marked this pull request as ready for review August 27, 2021 14:47
@anubhav-narayan anubhav-narayan marked this pull request as draft August 27, 2021 15:20
@anubhav-narayan anubhav-narayan marked this pull request as ready for review August 27, 2021 18:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant