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

Add a bit more detail to the readme on the structure of the db when created #18

Open
mika76 opened this issue Aug 31, 2018 · 8 comments

Comments

@mika76
Copy link

mika76 commented Aug 31, 2018

Maybe include some dummy data, just to get a better idea of how this works without having to actually run it.

@ivanromakh
Copy link

Very cool library. Why only 8 starts. I give it one to make it one:)
Just connected and it created database automatically:)

@mika76
Copy link
Author

mika76 commented May 21, 2019

@ivanromakh Could you please provide the schema here?

@ivanromakh
Copy link

ivanromakh commented May 21, 2019

@mika76 Created table and database looks like this
image

@mika76
Copy link
Author

mika76 commented May 21, 2019

@ivanromakh thanks, that's fantastic. How are the Properties stored? json text?

@ivanromakh
Copy link

@make Hm. I stored only Message and Level. I am just started don`t used them. I need only message for my code:)

@ivanromakh
Copy link

@mika76 Just used the basic example from documentation

@ivanromakh
Copy link

ivanromakh commented May 21, 2019

logger.Information("This informational message will be written to SQLite database");

Information is Level. Message is in bracket thats all.

@mika76
Copy link
Author

mika76 commented May 21, 2019

No prob. Just looked at the code. Seems it serializes to json. Thanks!

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