- Add functionality to generate a stub migration (
d490f6e
)
- Bump -core version requirement (
4cfc75b
)
- bump-core: If 'default=' is a callable, it's result is NOT stored in the CREATE statement (
cdc28ee
)
- Bump pydal2sql-core (
972cf36
)
- Ensure stdout/stderr are written (flushed) before exiting (
da8af45
) - Update db_type with None so postponed() error doesn't get raised (
845aab3
) - Update db_type with None so postponed() error doesn't get raised (
c353598
)
- cli: Some properties are not yet known before the cli args are parsed (
a6909a2
) - Moved types to own file for re-use (
e85228d
)
- You can now add an 'input' to the pyproject to automatically select the db definition file (
66b1fcc
)
- config: More config via toml and load dotenv even if config via toml (
f077ce7
)
- Allow --output-format and --output-file to create and alter (
b3351a2
) - Db_type from config toml (
ad31040
) - 'alter' via cli should work now! (
a734a8c
) - Changed @commit:file notation to file@commit for readability (
f6abefe
) - Load file from disk, git or stdin for 'alter' (
490dbe1
) - Started on getting files from git for ALTER (
075f2fd
) - Rewriting cli to Typer (
673f208
) - Work in progress to support ALTER statements (
f346073
)
- Bump -core to at least 0.2.0 (
f8de3b7
) - Update examples and tests to work with latest (dev) version of p2s-core (
2d0a5db
) - If define_table code is inside a function, --function can be added to specify this.
define_tables(db)
will be used by default. (6359e48
) - Unknown and local imports in model file will be removed if they cause issues (
2d3ae75
) - Made 'create' work again with new cli (
cf2f175
)
- Added more docstrings (
1db78f4
) - Updated README with new cli options (
7725ddd
) - Added todo's (
609fa5f
)
- cli: Use
tool.pydal2sql
in pyproject.toml to set default settings (which can normally be set with cli flags) (9c67f34
)
- readme: Add another video (
ce4312d
)
- 🪄✨ Add
--magic
™️ to the cli tooll! (b3f2409
)
- doc(readme): added instruction ASCIInema
- Db type sometimes was an empty string, which is not
None (
d129cad
)
- Moved rich from dev to actual
dependencies (
03409c0
)
- Add dependency to
rich (
ffa8ef7
)
- Added simple cli where you can input some Python define_table statements and get CREATE TABLE SQL as
output! (
edc60c4
)
- Initial
version (
dfaef32
)