Posts by Uesley Carossi • 1 point
4 posts
-
0
votes0
answers438
viewsQ: Access local database with Electron?
When developing a desktop application, you may need to access the local database. Electron, allows to use HTML, CSS and Javascript. HTML and CSS is not possible and Javascript is not recommended.…
-
0
votes0
answers140
viewsQ: How to use HTML elements inside SVG in Angular?
I was using SVG in Angular when I needed to put HTML elements inside it. So I first tested it in w3schools. Image with the code and expected result below. Then I replicated in Angular("xhtml:"…
-
0
votes1
answer54
viewsA: How to transform sql scripts into xml liquibase?
The SQL Power Architect program generates liquibase xml, as wanted, and offer several other database-related features. Such features in community version(free). Link to download:…
-
-1
votes1
answer54
viewsQ: How to transform sql scripts into xml liquibase?
Hello, I have all the base scripts in postgresql and wanted to transform into xml liquibase to use on my server. It is possible or I will have to manually convert the scripts?