You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It might be a good idea, but I cannot say for sure at this moment.
On a related note I'd like to point out that Ocsigen already has some support for parametrising over different database systems. You might want to take a closer look at ocsipersist which offers a simplified interface to (currently) three database systems: PostgreSQL, DBM, and SQLite.
Ocsipersist will however soon be reworked and externalised into its own set of libraries, which will simplify the adding of more DB backends (we plan to release a DynamoDB package soon).
Hi. I'm new and I'm coding an app using "ocsigen-start".
I'm using another database management system.
Is it a good Idea to Functorize all part concerning the db and create
new template where the user is free to choose the database management system.
I think, It's will open some possibilities like having many templates for other DB.
The text was updated successfully, but these errors were encountered: