All notable changes to this project will be documented in this file. This change log follows the conventions of keepachangelog.com.
- Added a generators namespace that provides
->sql-plan
,->sql
,->sql-and-insert!
functions that are public facing. While they provide a good amount of functionality, their fairly closed and should be also considered examples of what can be done.
- Modified the project so the table-graph->insert-sql-plan function is now provided by the user. Meaning, the user of this library has to provide one. Which makes it easy for them to customize the generators.
- Added ability to generate table data and all its foreign key dependencies.