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

[FR] imrovements to the readme/docs #116

Open
ITwrx opened this issue Oct 10, 2020 · 2 comments
Open

[FR] imrovements to the readme/docs #116

ITwrx opened this issue Oct 10, 2020 · 2 comments

Comments

@ITwrx
Copy link

ITwrx commented Oct 10, 2020

It would be nice if you could add the following answers/topics to the readme and/or docs files.

  1. What DBs are supported?
  2. Are prepared statements performed automatically?
  3. Are queries type checked or checked for correctness or anything?
  4. Is all the overhead of the ORM/Query Builder in the compile stage only?
    4a) or is there some runtime overhead?
    4b) if so, what type and how much?
  5. What are the performance related features and/or limitations in regards to DB access, per DB supported?

Thanks!

@ITwrx
Copy link
Author

ITwrx commented Dec 31, 2020

Looking at the config example it looks like the answer to 1. is sqlite, mysql and postgresql.

@ITwrx
Copy link
Author

ITwrx commented May 2, 2022

my "low level" sql experience is using laravel's eloquent, but it looks like allographer is using placeholders to protect against sql injection, so the answer to number 2 seems to be "yes".

bf5dbf4

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

1 participant