|
In a nutshell XSql allows developers to populate a database with data. Imagine XSql to be a database injector that inserts rows of data onto any database. What makes XSql unique is that the data that is uses is as realistic as you make it through the use of resource files. XSql is capable of this realistic data population by the use of resource files. For each column a resource file may be assigned that is the designated file where the data will be collected from. XSql is 100% Java and XML.
|