mlab.0.1.7.source-code.test.sql Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mlab Show documentation
Show all versions of mlab Show documentation
MinuteLab addon for java unit testing (JUnit)
CREATE TABLE test (
id INTEGER,
val VARCHAR(40)
);
INSERT INTO TEST values (1,'test');
CREATE USER mlab WITH PASSWORD '1324';
GRANT ALL PRIVILEGES ON TABLE test TO mlab;
SELECT val FROM test where id = 1
© 2015 - 2025 Weber Informatics LLC | Privacy Policy