Self hosted server in svelte framework

i need to connect self hosted server and data migration in svlete framework
but i am not getting any documentation and all can anyone help me out

Hi @Ayush

We dont have any code examples or documentation to use moralis in svlete framework. Since the js code will be similar you should be able to use the sdk in svlete framework as well.

Right
but what i get from documentation from self hosted server that they are using react-moralis so to implement with sdk i am not getting any documention to authenticate self hosted server in svlete @johnversus

react-moralis is just a wrapper of Moralis-v1 sdk and used to create react hooks. So all the features in react-moralis can also be defined using the moralis-v1 sdk directly.
You can find the code samples of v1 sdk in this docs.

Please note that if you are asking this for a new project we recommend using the latest moralis sdk directly, as v1-sdk will not receive any new updates.
Please refer to the below docs for getting started with latest moralis sdk

You can also find some video tutorials on our youtube channel.