Skip to content

Commit

Permalink
updated readme and added drop-create DB
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-matt-smith committed Feb 26, 2020
1 parent e09a4f4 commit 2bbbf55
Show file tree
Hide file tree
Showing 9 changed files with 329 additions and 2,221 deletions.
20 changes: 10 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,22 @@ All Notable changes to `pdo-crud-for-free-repositories` will be documented in th

Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) principles.

## NEXT - 2017
## NEXT - 2021...

- split DatabaseTableRepository actions into 2
- some SQL generation (CREATE TABLE etc.)

- read only actions like getAll() and getOneById()

- change actions like create(), update() and delete()
### Added
2 main changes for this release:

- this would make it safer to use on DB views as well as actual tables
- default constructor for DatabaseTableRepository()


### Added
- Nothing
- defaults are that <Name>Repository relates to a <Name> entity class
- <Name> entity class is in same namespace as <Name>Repository
- thee DB table is <name> (singular, lowercase)

### Deprecated
- Nothing
- constructor for DatabaseTableRepository()

### Fixed
- Nothing
Expand All @@ -31,4 +31,4 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
- Nothing

### Faulty Towers
- I know nothing (but I learn, I learn !!)
- I know nothing (but I learn, I learn !!)
Loading

0 comments on commit 2bbbf55

Please sign in to comment.