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

Recipe: Creating Database in File System #453

Closed
AndyGauge opened this issue Oct 1, 2018 · 6 comments · Fixed by #464
Closed

Recipe: Creating Database in File System #453

AndyGauge opened this issue Oct 1, 2018 · 6 comments · Fixed by #464

Comments

@AndyGauge
Copy link
Collaborator

Crates rusqlite
Section 7.1 SQLite

This recipe should demonstrate using rusqlite by saving the database to the file system.

@lnicola
Copy link
Contributor

lnicola commented Oct 1, 2018

Can I take this one? Though I'm not really sure how it would end up like, since creating the database doesn't take much (you just have to open it AFAIK). Maybe it should be combined with #454.

PS: What does "Section: 7.1 SQLite" mean? Right now, Section 7.1 is "Date and Time / Duration and Calculation".

@AndyGauge
Copy link
Collaborator Author

Section 7 is Database, it doesn't exist yet. That will make Date Time turn into section 8. You can combine them into a single PR. I separated them in case you were going for hacktoberfest.

@lnicola
Copy link
Contributor

lnicola commented Oct 1, 2018

One stupid question: does it need mdbook 0.1.8? When I try to build it, I don't get a book.css file, so the styles are missing.

@lnicola
Copy link
Contributor

lnicola commented Oct 1, 2018

Yeah, that was it. Nevermind.

@AndyGauge
Copy link
Collaborator Author

So I have additional interest in #454, let me know if you would like to claim 454, and if so, could you provide the structure so they could work on 455.

@lnicola
Copy link
Contributor

lnicola commented Oct 3, 2018

This was closed by mistake, can you please reopen 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 a pull request may close this issue.

2 participants