Skip to content

Commit

Permalink
fixed dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
asjir committed Sep 16, 2022
1 parent 118890c commit 04bec36
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
11 changes: 6 additions & 5 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

2 comments on commit 04bec36

@asjir
Copy link
Owner Author

@asjir asjir commented on 04bec36 Sep 16, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/68413

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.0 -m "<description of version>" 04bec36fefa190dfb73c0d6bff4215f65a136e22
git push origin v0.1.0

Please sign in to comment.