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

Only Sqlite ? #698

Open
mslagmu opened this issue Jun 1, 2023 · 1 comment
Open

Only Sqlite ? #698

mslagmu opened this issue Jun 1, 2023 · 1 comment

Comments

@mslagmu
Copy link

mslagmu commented Jun 1, 2023

Hello

In the constructor of KmipEngine you have written :
self.database_path = 'sqlite:///{}'.format(database_path)

That means we can only use sqlite databases

I think it would be better :
self.database_path = database_path

Anyway thank you for pykmip

Best regards

@gsuess
Copy link

gsuess commented Jun 29, 2023

Have you tried it with other SQL databases? Does it work?

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