benchmarks & wording
commit592c72a1b382798f15ac69135eb08fb92ca45caa
authorSebastian Hoß <sebhoss@pm.me>
Mon, 22 Mar 2021 21:23:07 +0000 (22 22:23 +0100)
committerSebastian Hoß <sebhoss@pm.me>
Mon, 22 Mar 2021 21:23:07 +0000 (22 22:23 +0100)
treef3dc6d2e1166dacc4f37c666f407ed898c898097
parent2638d451a59ee5c2d946ac0794314c78b1bd2730
benchmarks & wording
34 files changed:
yosql-benchmarks/yosql-benchmarks-common-scenarios/pom.xml
yosql-benchmarks/yosql-benchmarks-common-scenarios/src/main/java/wtf/metio/yosql/benchmarks/common/CallStoredProcedure.java [new file with mode: 0644]
yosql-benchmarks/yosql-benchmarks-common-scenarios/src/main/java/wtf/metio/yosql/benchmarks/common/DeleteSingleEntity.java [new file with mode: 0644]
yosql-benchmarks/yosql-benchmarks-common-scenarios/src/main/java/wtf/metio/yosql/benchmarks/common/ReadComplexRelationship.java [new file with mode: 0644]
yosql-benchmarks/yosql-benchmarks-common-scenarios/src/main/java/wtf/metio/yosql/benchmarks/common/ReadManyToOneRelation.java [new file with mode: 0644]
yosql-benchmarks/yosql-benchmarks-common-scenarios/src/main/java/wtf/metio/yosql/benchmarks/common/ReadMultipleEntities.java [new file with mode: 0644]
yosql-benchmarks/yosql-benchmarks-common-scenarios/src/main/java/wtf/metio/yosql/benchmarks/common/ReadMultipleEntitiesBasedOnCondition.java [new file with mode: 0644]
yosql-benchmarks/yosql-benchmarks-common-scenarios/src/main/java/wtf/metio/yosql/benchmarks/common/ReadOneToManyRelation.java [new file with mode: 0644]
yosql-benchmarks/yosql-benchmarks-common-scenarios/src/main/java/wtf/metio/yosql/benchmarks/common/ReadSingleEntityByPrimaryKey.java [new file with mode: 0644]
yosql-benchmarks/yosql-benchmarks-common-scenarios/src/main/java/wtf/metio/yosql/benchmarks/common/UpdateManyToOneRelation.java [new file with mode: 0644]
yosql-benchmarks/yosql-benchmarks-common-scenarios/src/main/java/wtf/metio/yosql/benchmarks/common/UpdateOneToManyRelation.java [new file with mode: 0644]
yosql-benchmarks/yosql-benchmarks-common-scenarios/src/main/java/wtf/metio/yosql/benchmarks/common/WriteMultipleEntities.java [new file with mode: 0644]
yosql-benchmarks/yosql-benchmarks-common-scenarios/src/main/java/wtf/metio/yosql/benchmarks/common/WriteSingleEntity.java [new file with mode: 0644]
yosql-benchmarks/yosql-benchmarks-common-scenarios/src/main/java/wtf/metio/yosql/benchmarks/common/jdbc/JdbcReadSingleEntityByPrimaryKey.java [new file with mode: 0644]
yosql-benchmarks/yosql-benchmarks-common-scenarios/src/main/java/wtf/metio/yosql/benchmarks/common/package-info.java [new file with mode: 0644]
yosql-benchmarks/yosql-benchmarks-common-scenarios/src/main/yosql/company/createCompaniesTable.sql [new file with mode: 0644]
yosql-benchmarks/yosql-benchmarks-common-scenarios/src/main/yosql/company/dropCompaniesTable.sql [new file with mode: 0644]
yosql-benchmarks/yosql-benchmarks-common-scenarios/src/main/yosql/company/findCompany.sql [new file with mode: 0644]
yosql-benchmarks/yosql-benchmarks-common-scenarios/src/main/yosql/company/insertCompany.sql [new file with mode: 0644]
yosql-benchmarks/yosql-benchmarks-common-scenarios/src/main/yosql/department/createDepartmentsTable.sql [new file with mode: 0644]
yosql-benchmarks/yosql-benchmarks-common-scenarios/src/main/yosql/department/insertDepartment.sql [new file with mode: 0644]
yosql-benchmarks/yosql-benchmarks-common-scenarios/src/main/yosql/employee/createEmployeesTable.sql [new file with mode: 0644]
yosql-benchmarks/yosql-benchmarks-common-scenarios/src/main/yosql/employee/dropEmployeesTable.sql [new file with mode: 0644]
yosql-benchmarks/yosql-benchmarks-common-scenarios/src/main/yosql/employee/insertEmployee.sql [new file with mode: 0644]
yosql-benchmarks/yosql-benchmarks-common-scenarios/src/main/yosql/project/createProjectsTable.sql [new file with mode: 0644]
yosql-benchmarks/yosql-benchmarks-common-scenarios/src/main/yosql/project/dropProjectsTable.sql [new file with mode: 0644]
yosql-benchmarks/yosql-benchmarks-common-scenarios/src/main/yosql/project/insertProject.sql [new file with mode: 0644]
yosql-benchmarks/yosql-benchmarks-common-scenarios/src/main/yosql/projectEmployee/createProjectEmployeesTable.sql [new file with mode: 0644]
yosql-benchmarks/yosql-benchmarks-common-scenarios/src/main/yosql/projectEmployee/dropProjectEmployeesTable.sql [new file with mode: 0644]
yosql-website/content/_index.md
yosql-website/content/configuration/files/inputBaseDirectory.md [new file with mode: 0644]
yosql-website/content/sql/_index.md
yosql-website/content/sql/structure.md [moved from yosql-website/content/sql/repositories.md with 93% similarity]
yosql-website/content/tooling/_index.md