Hello. Are there any Java libraries that provide a ready-made easy database interface, where you can create, delete and edit tables in the database. If possible, also a simplified interface for working with data in tables. If anyone met these, please write.
Those. for example, I need to create a table, I call a certain function, send the table parameters there, and the library generates a SQL query and sends it to the database.
It is necessary to work with MS SQL Server 2005.
PS Work without entities. All data and parameters are dynamic.