mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-27 02:53:10 +01:00
MongoDB sample build files
This commit is contained in:
@@ -48,14 +48,6 @@ using Poco::Data::Statement;
|
||||
using Poco::Data::RecordSet;
|
||||
|
||||
|
||||
struct Person
|
||||
{
|
||||
std::string name;
|
||||
std::string address;
|
||||
int age;
|
||||
};
|
||||
|
||||
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
// create a session
|
||||
|
||||
Reference in New Issue
Block a user