Skip to content

be able to use a parse a string containing sql queries#2

Merged
manute merged 4 commits intomanute:masterfrom
Cosmian:master
Apr 19, 2022
Merged

be able to use a parse a string containing sql queries#2
manute merged 4 commits intomanute:masterfrom
Cosmian:master

Conversation

@heavenboy8
Copy link
Copy Markdown
Contributor

@heavenboy8 heavenboy8 commented Apr 19, 2022

With that version, we can parse a string containing SQL queries.

Doing that, we are now able to load the sql file at compile-time using include_str!(myfile) and therefore it makes our binary independent from the sql file at run-time.

Killing two birds with one stone: the code is now compliant with new rust standards.

@manute
Copy link
Copy Markdown
Owner

manute commented Apr 19, 2022

Hey @heavenboy8 , thanks for the PR!! It looks good to me!

@manute manute merged commit 77d69ab into manute:master Apr 19, 2022
@manute
Copy link
Copy Markdown
Owner

manute commented Apr 19, 2022

I think we need some CI stuff to validate PRs if you intend to do more, if that's the case pls let me know 👍🏽

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

Successfully merging this pull request may close these issues.

2 participants