mirage-sql / mirage

Mirage-SQL - the SQL Centric Database Access Library for Java
Apache License 2.0
59 stars 24 forks source link

New resource representation: SqlResource #14

Closed dai0304 closed 11 years ago

dai0304 commented 11 years ago

introduce SqlResource notion.

Until now, 2way-sql resource was represented as String which indicates classpath resource. This commit introcude SqlResource interface as more abstruct notion of 2way-sql resource.

Users can use various sql resource representation such as URL, local filesystem and in memory String.

buildhive commented 11 years ago

Naoki Takezoe » mirage #18 SUCCESS This pull request looks good (what's this?)