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

Use SQLite database instead of in-memory Python database for PTICS. #74

Open
ticcky opened this issue Oct 3, 2014 · 2 comments
Open

Comments

@ticcky
Copy link
Contributor

ticcky commented Oct 3, 2014

So that it does not have to be loaded from text files all the time. It should provide the same comfort and speed but without the unneccessary start-up delays.

@jurcicek
Copy link
Member

jurcicek commented Oct 3, 2014

I do agree! Is there a comfortable wrapper around sqlite so that we do not
have to write sql directly?

Best regards,
Filip Jurcicek


Work tel. (CZ): +420221914402
Personal tel. (CZ): +420777805048
Skype: bozskyfilip

http://ufal.mff.cuni.cz/filip-jurcicek
http://ufal.mff.cuni.cz/grants

On 3 October 2014 18:36, Lukas Zilka [email protected] wrote:

So that it does not have to be loaded from text files all the time. It
should provide the same comfort and speed but without the unneccessary
start-up delays.


Reply to this email directly or view it on GitHub
#74.

@ticcky
Copy link
Contributor Author

ticcky commented Oct 3, 2014

Of course. But first, I have to think it through how to fit it with Alex in a nice way.

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

No branches or pull requests

2 participants