mirror of
https://github.com/cuberite/SQLiteCpp.git
synced 2025-08-05 10:16:01 -04:00
Trying to correct markdow formating for GitHub
This commit is contained in:
parent
8fd560ad7d
commit
217ade3ca6
@ -27,7 +27,7 @@ To use it in your project, you only need to add the 6 SQLiteC++ source files
|
||||
in your project code base (not the main.cpp example file).
|
||||
|
||||
Tot get started, look at the provided examples in main.cpp, starting by :
|
||||
<pre>
|
||||
<code>
|
||||
int main (void)
|
||||
{
|
||||
try
|
||||
@ -62,7 +62,7 @@ int main (void)
|
||||
std::cout << "SQLite exception: " << e.what() << std::endl;
|
||||
}
|
||||
}
|
||||
</pre>
|
||||
</code>
|
||||
|
||||
For other simple C++ SQLite wrappers look also at:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user