sqlite_modern_cpp icon indicating copy to clipboard operation
sqlite_modern_cpp copied to clipboard

Lack of documentation

Open victor1234 opened this issue 6 years ago • 3 comments

There is no complete documentation and reference. How to help fix it?

victor1234 avatar Mar 06 '18 11:03 victor1234

The current approach of writing everything into the README doesn't really scale. I personally would like using Standardese for the reference documentation. Maybe you or @aminroosta have other suggestions?

If we go down this route and you are into CMake, it would be awesome if you could integrate this into the new build system in the develop branch. Alternatively you could start writing documentation comments for some functions. They don't have to be perfect yet, but it would get the ball rolling.

zauguin avatar Mar 07 '18 18:03 zauguin

This is/was a great effort of a few good people. +1 for that.

The key top-level architectural view is missing. Inevitably, it appears (at least to me) this lib is way overengineered. But looking into the code only, it is impossible to be certain. A proper white paper (a lot of diagrams please, but not from the code) might remedy this.

DBJDBJ avatar Nov 13 '18 08:11 DBJDBJ

For sure a more detailed doc is needed. Examples don't even fully cover obtaining results or the mapping between SQL return types vs types supported by >>.

Xeverous avatar Dec 01 '18 23:12 Xeverous