Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Jiří Ferkl
Database model
Commits
d1e4418f
Commit
d1e4418f
authored
6 years ago
by
Petr Besir Horáček
Browse files
Options
Download
Patches
Plain Diff
Proof of concept
parents
master
nette-3
No related merge requests found
Changes
13
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
.gitignore
+4
-0
.gitignore
.gitlab-ci.yml
+18
-0
.gitlab-ci.yml
README.md
+342
-0
README.md
composer.json
+48
-0
composer.json
composer.lock
+0
-0
composer.lock
phpstan.neon
+3
-0
phpstan.neon
src/Colection/BaseDatabaseDataCollection.php
+157
-0
src/Colection/BaseDatabaseDataCollection.php
src/Colection/IDatabaseDataCollection.php
+36
-0
src/Colection/IDatabaseDataCollection.php
src/Data/IDatabaseData.php
+18
-0
src/Data/IDatabaseData.php
src/Exception/InvalidResultType.php
+10
-0
src/Exception/InvalidResultType.php
src/Storage/ALowLevelRelationalDatabaseStorage.php
+258
-0
src/Storage/ALowLevelRelationalDatabaseStorage.php
src/Storage/ILowLevelRelationalDatabaseStorage.php
+45
-0
src/Storage/ILowLevelRelationalDatabaseStorage.php
src/Storage/IRelationalDatabaseStorage.php
+10
-0
src/Storage/IRelationalDatabaseStorage.php
with
949 additions
and
0 deletions
+949
-0
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets