mirror of
https://github.com/cuberite/SQLiteCpp.git
synced 2025-08-04 09:46:02 -04:00
Trying to correct markdown syntax for GitHub
This commit is contained in:
parent
217ade3ca6
commit
83846c890b
@ -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 :
|
||||
<code>
|
||||
<code><pre>
|
||||
int main (void)
|
||||
{
|
||||
try
|
||||
@ -62,7 +62,7 @@ int main (void)
|
||||
std::cout << "SQLite exception: " << e.what() << std::endl;
|
||||
}
|
||||
}
|
||||
</code>
|
||||
</pre></code>
|
||||
|
||||
For other simple C++ SQLite wrappers look also at:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user