Integrate with atlas for broader db support #2064
tomdavidson
started this conversation in
Ideas
Replies: 1 comment
-
Atlas looks like a great SQL migration tool!
We do support any sql alchemy dialect when generating tables:
https://linkml.io/linkml/generators/sqltable.html
However you are right that the SqlStore
https://linkml.io/linkml/developers/sqlstore.html
wrapper only binds to SQLite at the moment - in principle this should be
easy to extend.
…On Thu, Apr 11, 2024 at 7:14 PM Tom Davidson ***@***.***> wrote:
LinkML seems quite exciting but I am not using for a project due to only
supporting SQLite, but perhaps integrating https://github.com/ariga/atlas
by spitting out the the HCL or even wrapping (its APL2) would give LinkML a
short cut to more relational db support along with the the migration
functionality.
—
Reply to this email directly, view it on GitHub
<#2064>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAMMOISS6PANSADJZUQPB3Y447RFAVCNFSM6AAAAABGDKKMI2VHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZWGQ4TGNRVHA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
LinkML seems quite exciting but I am not using for a project due to only supporting SQLite, but perhaps integrating https://github.com/ariga/atlas by spitting out the the HCL or even wrapping (its APL2) would give LinkML a short cut to more relational db support along with the the migration functionality.
Beta Was this translation helpful? Give feedback.
All reactions