How do i get database_id from code?
How do i get database_id from code?
Is it in some variable? or in localStorage?
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
How do i get database_id from code?
Is it in some variable? or in localStorage?
Hello,
From what code? The fact is that a single application may use many different databases. Or do you want to get database_id for specific service?
From javascript code,
I have only one database for my app, anyway i want it for a specific service... is there another way other than copy it from the database page?
thanks a lot!
Hi,
You can add DB service to project in this way:
http://docs.appery.io/documentation/b...
Appery.io will prescribe database_id automatically.
yes, i know, thanks, but i would like to konw if there is a way of getting it manually from javascript.
thanks a gain
If id DB is specified in service settings DB, then you can get it like this:
myDB_settings.database_id
where myDB_settings -- name of service settings