Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add docs for new SQL libraries #27

Open
3 of 5 tasks
nikolap opened this issue Jan 28, 2022 · 6 comments
Open
3 of 5 tasks

Add docs for new SQL libraries #27

nikolap opened this issue Jan 28, 2022 · 6 comments
Labels
documentation Improvements or additions to documentation

Comments

@nikolap
Copy link
Member

nikolap commented Jan 28, 2022

  • kit-sql-conman
  • kit-sql-hikari
  • kit-sql-migratus
  • kit-mysql

Update

  • kit-sql
@nikolap nikolap added the documentation Improvements or additions to documentation label Jan 28, 2022
@arca0 arca0 self-assigned this Jan 29, 2022
@arca0
Copy link
Contributor

arca0 commented Jan 29, 2022

I can work on the easier changes for this one.

@arca0
Copy link
Contributor

arca0 commented Jan 30, 2022

kit-clj/kit-clj.github.io#15

@arca0 arca0 unassigned arca0 Feb 2, 2022
@markokocic
Copy link
Member

Any reason why kit-sqlite module is not included into the sql mix?

@nikolap
Copy link
Member Author

nikolap commented Feb 9, 2022

There's nothing sqlite specific in the module that needs to be a separate library. Postgres and MySQL have some conveniences for dealing with structured data. To be honest, I'm not a fan of them as part of Kit either, think these are things that people can choose for themselves how they want to handle, e.g. how to serialize/deserialize JSONB.

If there is specific serialization utilities to include for sqlite, we can add it.

@markokocic
Copy link
Member

My question was referring to the fact that sqlite is available as a module and not profile, while all other DBs are available as profiles and not modules.

@nikolap
Copy link
Member Author

nikolap commented Feb 9, 2022

The others can be added as modules, no reason not to

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

3 participants