mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#1561 - ENH: Add ScriptRunner API ... for easier running of SQL and DDL scripts (for testing usually)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
delete from e_basic;
|
||||
|
||||
-- some comment, select not useful here
|
||||
select count(*) from e_basic;
|
||||
Reference in New Issue
Block a user