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

Database implementation #8028

Merged
merged 4 commits into from
Sep 17, 2023
Merged

Database implementation #8028

merged 4 commits into from
Sep 17, 2023

Conversation

jay-bhambhani
Copy link
Contributor

this is related to #7946 this is a rough draft to create an abstract base class as we integrate this into the dataset and dataloader in the future. the idea is to create this class and implement a sqlite version of it.

@jay-bhambhani jay-bhambhani marked this pull request as draft September 14, 2023 00:18
@codecov
Copy link

codecov bot commented Sep 14, 2023

Codecov Report

Merging #8028 (f713360) into master (8b2ae66) will decrease coverage by 1.26%.
Report is 11 commits behind head on master.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##           master    #8028      +/-   ##
==========================================
- Coverage   89.61%   88.36%   -1.26%     
==========================================
  Files         462      466       +4     
  Lines       27016    27626     +610     
==========================================
+ Hits        24210    24411     +201     
- Misses       2806     3215     +409     
Files Changed Coverage Δ
torch_geometric/data/database.py 0.00% <0.00%> (ø)

... and 15 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@rusty1s rusty1s changed the title database abc first draft Database implementation Sep 15, 2023
@jay-bhambhani
Copy link
Contributor Author

is it ok for me to create a test with a real sqlite db for testing purposes? may i create a setup and teardown fixture?

@rusty1s rusty1s marked this pull request as ready for review September 17, 2023 08:21
@rusty1s rusty1s merged commit 5908790 into pyg-team:master Sep 17, 2023
JakubPietrakIntel pushed a commit that referenced this pull request Sep 27, 2023
this is related to #7946 this is a rough draft to create an abstract
base class as we integrate this into the dataset and dataloader in the
future. the idea is to create this class and implement a sqlite version
of it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants