-
-
Notifications
You must be signed in to change notification settings - Fork 2
Plan #5
Comments
Can you first write the data structures for the data store? |
Good idea at this stage. I have updated the plan. |
Week 1 updateProgress made this week
Learnings:
Next steps:
|
Week 2 Plan
|
Week 2 UpdateProgress made this week
Learnings
|
Week 3 Plan
|
Yeah actually the MySQL documentation is awesome. I remember reading it a lot when I first wrote SeaQuery. And reading it a second time when writing SeaSchema |
The documentation is pretty good. Although, in this particular case of JOINs, I prefer the PostgreSQL version. It explains clearly what types of JOINs are possible and the difference between them. In contrast, the MySQL version reads more like a list of quirks with JOINs in MySQL. To be clear, it also provides the same information as the PostgreSQL version, but it's much more scattered and harder to read. |
Week 4 Plan
|
Week 5 Plan
|
Summer of Code Weekly Plans
Week 1 Plan
Start implementing the most basicCREATE DATABASE
instructionThe text was updated successfully, but these errors were encountered: