-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add inspiration section to README and update TODO
- Added an "Inspiration" section to the README for references. - Expanded the TODO list with new tasks for improvements. - Utilized `pydash` for converting camel case to snake case, enhancing compatibility. - Ensured the automatic table name generation handles camel case, improving usability for model names like "LLMCache". Generated-by: aiautocommit
- Loading branch information
1 parent
37a51d0
commit b11fb09
Showing
7 changed files
with
55 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,10 @@ version = "0.2.0" | |
description = "Make SQLModel more like an a real ORM" | ||
readme = "README.md" | ||
requires-python = ">=3.10" | ||
dependencies = ["sqlmodel>=0.0.22"] | ||
dependencies = [ | ||
"pydash>=8.0.4", | ||
"sqlmodel>=0.0.22", | ||
] | ||
authors = [{ name = "Michael Bianco", email = "[email protected]" }] | ||
keywords = ["sqlmodel", "orm", "activerecord", "activemodel", "sqlalchemy"] | ||
urls = { "Repository" = "https://github.com/iloveitaly/activemodel" } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.