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

How to use it without sqlit database? #283

Closed
FuyuanChen opened this issue Feb 9, 2023 · 1 comment
Closed

How to use it without sqlit database? #283

FuyuanChen opened this issue Feb 9, 2023 · 1 comment

Comments

@FuyuanChen
Copy link

I want to use MonkeyType in my project without sqlit. Can you help me? Thanks a lot.

@sagarbadiyani
Copy link
Contributor

sagarbadiyani commented Feb 11, 2023

You can implement the CallTraceStore interface. Even the SQLite Store implements it, you can follow its code and use it with DB of your choice. All you need to do is implement make_store, add, filter, list_modules methods in your custom CallTraceStore.

@carljm carljm closed this as completed Feb 13, 2023
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

3 participants