资 源 简 介
There are a lot of good SQL wrapper in the world, but there are no one suitable for my need.
In fact, as my original plan, i want to use mysql to my own project, but i find that
SOCI (a very good SQL database access library) do not support BLOB natively. So i decided to add that part in SOCI. However, in their mailing list, i find that they are going to "boostification" their library, which for me is too heavy-weight.
So i made YSQL.
YSQL goals are following:
Light-Weight: which should limited the public classes for make it light-weight.
Cross-Database: It should be easy supported for implement different database implementation.
Easy-to-use: The usage should be easy.
Please go to BasicUsage to know more.