Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danmadeira/building-svg-elements-with-pl-sql
Building SVG elements with PL-SQL
https://github.com/danmadeira/building-svg-elements-with-pl-sql
graphics-programming oracle pl-sql sql svg xml
Last synced: 10 days ago
JSON representation
Building SVG elements with PL-SQL
- Host: GitHub
- URL: https://github.com/danmadeira/building-svg-elements-with-pl-sql
- Owner: danmadeira
- License: gpl-3.0
- Created: 2021-12-15T11:28:44.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-18T10:21:36.000Z (about 3 years ago)
- Last Synced: 2024-11-10T23:08:07.987Z (2 months ago)
- Topics: graphics-programming, oracle, pl-sql, sql, svg, xml
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## Building SVG elements with PL-SQL
This is a package to build the SVG version 1.1 graphics based on the XML grammar. Each function returns an SVG element, container element or graphic element, including the respective attributes and properties.
This release does not yet contain all SVG elements. This is still in development. However, it contains most of the graphical elements, including its main attributes and properties.
The PL/SQL (Procedural Language for SQL) is an Oracle procedural language that extends the SQL language to the Oracle database.
### References:
- BALES, D. J. *Beginning Oracle PL/SQL, 2nd Edition*. Apress, 2015.
- BELLAMY-ROYDS, A.; CAGLE, K. *SVG Colors, Patterns & Gradients: Painting Vector Graphics*. O'Reilly, 2016.
- BELLAMY-ROYDS, A.; CAGLE, K.; STOREY, D. *Using SVG with CSS3 and HTML5: Vector Graphics for Web Design, Second Release*. O'Reilly, 2018.
- EISENBERG, J. D.; BELLAMY-ROYDS, A. *SVG Essentials, Second Edition*. O'Reilly, 2015.
- JUNEAU, J.; ARENA, M. *Oracle and PL/SQL Recipes: A Problem-Solution Approach*. Apress, 2010.
- LIBBY, A. *Beginning SVG: A Practical Introduction to SVG using Real-World Examples*. Apress, 2018.
- MCDONALD, C. et col. *Mastering Oracle PL/SQL: Practical Solutions*. APress Media, LLC, 2004.
- MORIN, L. *Oracle Database Database PL/SQL Language Reference, 19c*. E96448-03, Oracle, August 2020.
- MURACH, J. *Murach's Oracle SQL and PL/SQL for Developers, 2nd Edition*. Mike Murach & Associates, 2014.
- ROSENZWEIG, B.; RAKHIMOV, E. S. *Oracle PL/SQL by example, 4th Edition*. Pearson Education, Inc., 2009.
- W3C *Scalable Vector Graphics (SVG) 1.1 (Second Edition)*, W3C Recommendation 16 August 2011. Available in: