kit icon indicating copy to clipboard operation
kit copied to clipboard

Add docs for new SQL libraries

Open nikolap opened this issue 2 years ago • 6 comments

  • [x] kit-sql-conman
  • [ ] kit-sql-hikari
  • [x] kit-sql-migratus
  • [ ] kit-mysql

Update

  • [x] kit-sql

nikolap avatar Jan 28 '22 06:01 nikolap

I can work on the easier changes for this one.

arca0 avatar Jan 29 '22 16:01 arca0

https://github.com/kit-clj/kit-clj.github.io/pull/15

arca0 avatar Jan 30 '22 08:01 arca0

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

markokocic avatar Feb 09 '22 17:02 markokocic

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.

nikolap avatar Feb 09 '22 18:02 nikolap

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.

markokocic avatar Feb 09 '22 18:02 markokocic

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

nikolap avatar Feb 09 '22 18:02 nikolap