diff --git a/Project.toml b/Project.toml index 809bb3e..9443210 100644 --- a/Project.toml +++ b/Project.toml @@ -5,17 +5,18 @@ version = "0.1.0" [deps] DBInterface = "a10d1c49-ce27-4219-8d33-6db1a4562965" -DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" -Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" FunSQL = "cf6cc811-59f4-4a10-b258-a8547a8f6407" Inflector = "6d011eab-0732-4556-8808-e463c76bf3b6" -JuliaFormatter = "98e50ef6-434e-11e9-1051-2b60c6c9e899" MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09" -NamedTupleTools = "d9ec5142-1e00-5aa0-9d6a-321866360f50" PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d" -SQLite = "0aa819cd-b072-5ff4-a722-6bc24af294d9" Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c" UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4" [compat] julia = "^1.7" +DBInterface = "2.5" +FunSQL = "0.10" +Inflector = "1" +MacroTools = "0.5" +PrettyTables = "2" +Tables = "1.6" \ No newline at end of file diff --git a/README.md b/README.md index 346f3fb..7ba9da6 100644 --- a/README.md +++ b/README.md @@ -123,6 +123,7 @@ newlyinserted.day_of_birth == 15, v[1].day_of_birth == 10 # both true * maybe? db.sqlmap for Person -> Person,person,Persons,persons, i.e. multiple gentablenames * UUIDs, e.g. with PSQL * get_sqls for dbs other than sqlite +* dates [docs-dev-img]: https://img.shields.io/badge/docs-dev-blue.svg [docs-dev-url]: https://mechanicalrabbit.github.io/FunSQL.jl/dev/