-
Notifications
You must be signed in to change notification settings - Fork 263
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Feat : Sqlite Database Handler #1023
Feat : Sqlite Database Handler #1023
Conversation
The PR looks good! Thanks for the contribution. Could you fix the linter and unit test? You can also add Sqlite in the documentation. https://evadb.readthedocs.io/en/latest/source/reference/databases/index.html @jiashenC For sqlite, we do not need backend server, shall we consider move the test cases outside |
Yeah. I am fine with either creating a separate docker or doing it inside integration. Any preference @xzdandy? |
The current PR looks good to me! |
This diff adds extends the database interface to add support for SQLite. Test Plan : UT --------- Co-authored-by: Ankith Reddy Chitti <chitti@lawn-128-61-2-2.lawn.gatech.edu> Co-authored-by: Ankith Reddy Chitti <chitti@Ankiths-Air.attlocal.net>
This diff adds extends the database interface to add support for SQLite.
Test Plan : UT