Skip to content

Commit

Permalink
Merge pull request #7906 from ballerina-platform/automate-bbes-263e20…
Browse files Browse the repository at this point in the history
…38e9ddbe5be299b196046e938da677a84c

[Automated] Update Ballerina By Example(BBEs) pages
  • Loading branch information
praneesha authored Sep 25, 2023
2 parents 263e203 + b57479d commit 9480edb
Show file tree
Hide file tree
Showing 279 changed files with 315 additions and 313 deletions.
2 changes: 1 addition & 1 deletion swan-lake/by-example/access-json-elements/content.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export function AccessJsonElements({ codeSnippets }) {
className="bg-transparent border-0 m-0 p-2 ms-auto"
onClick={() => {
window.open(
"https://play.ballerina.io/?gist=d5f963b000440e25b71fa43a1f21c312&file=access_json_elements.bal",
"https://play.ballerina.io/?gist=e841a45f3e27484fcd739171b0d4170a&file=access_json_elements.bal",
"_blank",
);
}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export function AccessOptionalJsonElements({ codeSnippets }) {
className="bg-transparent border-0 m-0 p-2 ms-auto"
onClick={() => {
window.open(
"https://play.ballerina.io/?gist=97c9f66d9d7a9cf060ec864c735e90b0&file=access_optional_json_elements.bal",
"https://play.ballerina.io/?gist=fe616421a37281798ae2b0b92143ae18&file=access_optional_json_elements.bal",
"_blank",
);
}}
Expand Down
2 changes: 1 addition & 1 deletion swan-lake/by-example/aggregation/content.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export function Aggregation({ codeSnippets }) {
className="bg-transparent border-0 m-0 p-2 ms-auto"
onClick={() => {
window.open(
"https://play.ballerina.io/?gist=b701d158a72062e65cd965f09935e5de&file=aggregation.bal",
"https://play.ballerina.io/?gist=333cd26d653231237aee45e0d2977468&file=aggregation.bal",
"_blank",
);
}}
Expand Down
2 changes: 1 addition & 1 deletion swan-lake/by-example/alternate-wait/content.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export function AlternateWait({ codeSnippets }) {
className="bg-transparent border-0 m-0 p-2 ms-auto"
onClick={() => {
window.open(
"https://play.ballerina.io/?gist=289091862cd160a8b8cc326be4b966dd&file=alternate_wait.bal",
"https://play.ballerina.io/?gist=ee5a195493a9c91761f58b44fcf5ae87&file=alternate_wait.bal",
"_blank",
);
}}
Expand Down
2 changes: 1 addition & 1 deletion swan-lake/by-example/annotations/content.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export function Annotations({ codeSnippets }) {
className="bg-transparent border-0 m-0 p-2 ms-auto"
onClick={() => {
window.open(
"https://play.ballerina.io/?gist=6ab457ab02ab7afced83705d6568a201&file=annotations.bal",
"https://play.ballerina.io/?gist=af4a6df96f864d0b1d8c7887ec68d5d4&file=annotations.bal",
"_blank",
);
}}
Expand Down
2 changes: 1 addition & 1 deletion swan-lake/by-example/anonymous-function/content.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export function AnonymousFunction({ codeSnippets }) {
className="bg-transparent border-0 m-0 p-2 ms-auto"
onClick={() => {
window.open(
"https://play.ballerina.io/?gist=c9976a1b670725e94249656a54652bf2&file=anonymous_function.bal",
"https://play.ballerina.io/?gist=9a46089001c8658dc34da799149073dd&file=anonymous_function.bal",
"_blank",
);
}}
Expand Down
2 changes: 1 addition & 1 deletion swan-lake/by-example/any-type/content.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export function AnyType({ codeSnippets }) {
className="bg-transparent border-0 m-0 p-2 ms-auto"
onClick={() => {
window.open(
"https://play.ballerina.io/?gist=1ef48c6e3a93391f6506d5573b5d99f2&file=any_type.bal",
"https://play.ballerina.io/?gist=b0647e925982faad29043ca6e310d4f5&file=any_type.bal",
"_blank",
);
}}
Expand Down
2 changes: 1 addition & 1 deletion swan-lake/by-example/anydata-type/content.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export function AnydataType({ codeSnippets }) {
className="bg-transparent border-0 m-0 p-2 ms-auto"
onClick={() => {
window.open(
"https://play.ballerina.io/?gist=6009fee236e188a42ff4a387ed66de8c&file=anydata_type.bal",
"https://play.ballerina.io/?gist=7ff59f5752e54549f71f718f7b0b3f8d&file=anydata_type.bal",
"_blank",
);
}}
Expand Down
2 changes: 1 addition & 1 deletion swan-lake/by-example/array-map-symmetry/content.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export function ArrayMapSymmetry({ codeSnippets }) {
className="bg-transparent border-0 m-0 p-2 ms-auto"
onClick={() => {
window.open(
"https://play.ballerina.io/?gist=2095eaa49ccfd88fda71e6333c7a6fd6&file=array_map_symmetry.bal",
"https://play.ballerina.io/?gist=8d7f0747eff8bd13f73d1752d064ad08&file=array_map_symmetry.bal",
"_blank",
);
}}
Expand Down
2 changes: 1 addition & 1 deletion swan-lake/by-example/arrays/content.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export function Arrays({ codeSnippets }) {
className="bg-transparent border-0 m-0 p-2 ms-auto"
onClick={() => {
window.open(
"https://play.ballerina.io/?gist=5bba003797cff4cb643de904d47d2d67&file=arrays.bal",
"https://play.ballerina.io/?gist=804da0b46091c930077233d6740450c3&file=arrays.bal",
"_blank",
);
}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export function AsynchronizeMessagePassing({ codeSnippets }) {
className="bg-transparent border-0 m-0 p-2 ms-auto"
onClick={() => {
window.open(
"https://play.ballerina.io/?gist=50f5c37478c6bca2568dec9c649f8b0f&file=asynchronize_message_passing.bal",
"https://play.ballerina.io/?gist=80a3428d3a90a21c28ac5208e8973f5a&file=asynchronize_message_passing.bal",
"_blank",
);
}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export function AsynchronousFunctionCalls({ codeSnippets }) {
className="bg-transparent border-0 m-0 p-2 ms-auto"
onClick={() => {
window.open(
"https://play.ballerina.io/?gist=68add4931e2813f0c92d82ad6667d359&file=asynchronous_function_calls.bal",
"https://play.ballerina.io/?gist=118bf1cdbefcefe110e77509b5a8dde9&file=asynchronous_function_calls.bal",
"_blank",
);
}}
Expand Down
2 changes: 1 addition & 1 deletion swan-lake/by-example/backtick-templates/content.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export function BacktickTemplates({ codeSnippets }) {
className="bg-transparent border-0 m-0 p-2 ms-auto"
onClick={() => {
window.open(
"https://play.ballerina.io/?gist=958ee5c5bc56c2b9423d2bb927cbdfe1&file=backtick_templates.bal",
"https://play.ballerina.io/?gist=a7b6c6f752196cfb1789976267765c07&file=backtick_templates.bal",
"_blank",
);
}}
Expand Down
2 changes: 1 addition & 1 deletion swan-lake/by-example/binary-data/content.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export function BinaryData({ codeSnippets }) {
className="bg-transparent border-0 m-0 p-2 ms-auto"
onClick={() => {
window.open(
"https://play.ballerina.io/?gist=1500ead4e4b4390d0c1cb2f4e91a236c&file=binary_data.bal",
"https://play.ballerina.io/?gist=9c748ad9b0a32a5a7c1ea13b44ddbb7f&file=binary_data.bal",
"_blank",
);
}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export function BindingPatternsInMatchStatement({ codeSnippets }) {
className="bg-transparent border-0 m-0 p-2 ms-auto"
onClick={() => {
window.open(
"https://play.ballerina.io/?gist=fc51f62cb8f1657302c3880a5b29e0b7&file=binding_patterns_in_match_statement.bal",
"https://play.ballerina.io/?gist=0d9f4f48d3dad8238f03145e8588fe59&file=binding_patterns_in_match_statement.bal",
"_blank",
);
}}
Expand Down
2 changes: 1 addition & 1 deletion swan-lake/by-example/binding-patterns/content.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export function BindingPatterns({ codeSnippets }) {
className="bg-transparent border-0 m-0 p-2 ms-auto"
onClick={() => {
window.open(
"https://play.ballerina.io/?gist=f003a1ad9086fdb8787cf3fd4a8aa247&file=binding_patterns.bal",
"https://play.ballerina.io/?gist=ba9dd69b97ba4730ecb493465afc5a47&file=binding_patterns.bal",
"_blank",
);
}}
Expand Down
2 changes: 1 addition & 1 deletion swan-lake/by-example/boolean/content.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export function Boolean({ codeSnippets }) {
className="bg-transparent border-0 m-0 p-2 ms-auto"
onClick={() => {
window.open(
"https://play.ballerina.io/?gist=1cc40c68abdea61fca258d463bc37b20&file=boolean.bal",
"https://play.ballerina.io/?gist=0a93af563b3616a18287dc1cb1252ad5&file=boolean.bal",
"_blank",
);
}}
Expand Down
2 changes: 1 addition & 1 deletion swan-lake/by-example/break-statement/content.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export function BreakStatement({ codeSnippets }) {
className="bg-transparent border-0 m-0 p-2 ms-auto"
onClick={() => {
window.open(
"https://play.ballerina.io/?gist=8b99757756901dee15f51bc6c742c1c1&file=break_statement.bal",
"https://play.ballerina.io/?gist=98d50760fb0c88e959e83e193876c5c1&file=break_statement.bal",
"_blank",
);
}}
Expand Down
2 changes: 1 addition & 1 deletion swan-lake/by-example/built-in-integer-subtypes/content.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export function BuiltInIntegerSubtypes({ codeSnippets }) {
className="bg-transparent border-0 m-0 p-2 ms-auto"
onClick={() => {
window.open(
"https://play.ballerina.io/?gist=2c1cfd2f4ee1b74c4bd817fec1c732d9&file=built_in_integer_subtypes.bal",
"https://play.ballerina.io/?gist=c995e7a6ae739ceb72fe8fa9243bd8b9&file=built_in_integer_subtypes.bal",
"_blank",
);
}}
Expand Down
2 changes: 1 addition & 1 deletion swan-lake/by-example/built-in-string-subtype/content.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export function BuiltInStringSubtype({ codeSnippets }) {
className="bg-transparent border-0 m-0 p-2 ms-auto"
onClick={() => {
window.open(
"https://play.ballerina.io/?gist=1ab37b2179dfb2894aa6a6b059057700&file=built_in_string_subtype.bal",
"https://play.ballerina.io/?gist=dd111515dfed33ad3a508e8766ffc2f4&file=built_in_string_subtype.bal",
"_blank",
);
}}
Expand Down
2 changes: 1 addition & 1 deletion swan-lake/by-example/cache-basics/content.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export function CacheBasics({ codeSnippets }) {
className="bg-transparent border-0 m-0 p-2 ms-auto"
onClick={() => {
window.open(
"https://play.ballerina.io/?gist=d602f115bd11393d56efa779377623e8&file=cache_basics.bal",
"https://play.ballerina.io/?gist=e9fbefec6ab53f67f8822f17a9df1d80&file=cache_basics.bal",
"_blank",
);
}}
Expand Down
2 changes: 1 addition & 1 deletion swan-lake/by-example/cache-invalidation/content.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export function CacheInvalidation({ codeSnippets }) {
className="bg-transparent border-0 m-0 p-2 ms-auto"
onClick={() => {
window.open(
"https://play.ballerina.io/?gist=800df0d3701adbb5e53d751f9c9cd35c&file=cache_invalidation.bal",
"https://play.ballerina.io/?gist=75a672c07005da531c077d143857f65c&file=cache_invalidation.bal",
"_blank",
);
}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export function CastingJsonToUserDefinedType({ codeSnippets }) {
className="bg-transparent border-0 m-0 p-2 ms-auto"
onClick={() => {
window.open(
"https://play.ballerina.io/?gist=88148dada74f25d24ec75e7723f3092c&file=casting_json_to_user_defined_type.bal",
"https://play.ballerina.io/?gist=4b2edcd4e039f58159c9f568a808e03e&file=casting_json_to_user_defined_type.bal",
"_blank",
);
}}
Expand Down
2 changes: 1 addition & 1 deletion swan-lake/by-example/check-expression/content.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export function CheckExpression({ codeSnippets }) {
className="bg-transparent border-0 m-0 p-2 ms-auto"
onClick={() => {
window.open(
"https://play.ballerina.io/?gist=50b40dd935d260bcff37061526a95aff&file=check_expression.bal",
"https://play.ballerina.io/?gist=bc2b3b154bda4ff8afc19e211d4acf3e&file=check_expression.bal",
"_blank",
);
}}
Expand Down
2 changes: 1 addition & 1 deletion swan-lake/by-example/check-semantics/content.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export function CheckSemantics({ codeSnippets }) {
className="bg-transparent border-0 m-0 p-2 ms-auto"
onClick={() => {
window.open(
"https://play.ballerina.io/?gist=2ee51534c8d749aa2c6baae256532e64&file=check_semantics.bal",
"https://play.ballerina.io/?gist=2c7d6c1a13cfa118a18f07fb577e3b43&file=check_semantics.bal",
"_blank",
);
}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export function CombiningIsolatedFunctionsAndLock({ codeSnippets }) {
className="bg-transparent border-0 m-0 p-2 ms-auto"
onClick={() => {
window.open(
"https://play.ballerina.io/?gist=e6ed65598e21495a7e1cdf5c907da482&file=combining_isolated_functions_and_lock.bal",
"https://play.ballerina.io/?gist=48c1b8b2e5fa1d7acb22c783c69a6414&file=combining_isolated_functions_and_lock.bal",
"_blank",
);
}}
Expand Down
2 changes: 1 addition & 1 deletion swan-lake/by-example/commit-rollback-handlers/content.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export function CommitRollbackHandlers({ codeSnippets }) {
className="bg-transparent border-0 m-0 p-2 ms-auto"
onClick={() => {
window.open(
"https://play.ballerina.io/?gist=0a47de427ae155fa5751ea47cc268169&file=commit_rollback_handlers.bal",
"https://play.ballerina.io/?gist=d167a9d417f3802238ee0cf7921c05c0&file=commit_rollback_handlers.bal",
"_blank",
);
}}
Expand Down
2 changes: 1 addition & 1 deletion swan-lake/by-example/computed-field-key/content.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export function ComputedFieldKey({ codeSnippets }) {
className="bg-transparent border-0 m-0 p-2 ms-auto"
onClick={() => {
window.open(
"https://play.ballerina.io/?gist=597aa9814e5dd47d9dbf83078ae1cdf6&file=computed_field_key.bal",
"https://play.ballerina.io/?gist=a3ce1845c0ca62d1d9b3e50772779a6c&file=computed_field_key.bal",
"_blank",
);
}}
Expand Down
2 changes: 1 addition & 1 deletion swan-lake/by-example/const-and-final/content.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export function ConstAndFinal({ codeSnippets }) {
className="bg-transparent border-0 m-0 p-2 ms-auto"
onClick={() => {
window.open(
"https://play.ballerina.io/?gist=fb4ebc933fc5ed6f884e6eb9fb6a0302&file=const_and_final.bal",
"https://play.ballerina.io/?gist=ee391bd00a5d43572b6650d3ded34780&file=const_and_final.bal",
"_blank",
);
}}
Expand Down
2 changes: 1 addition & 1 deletion swan-lake/by-example/constraint-validations/content.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export function ConstraintValidations({ codeSnippets }) {
className="bg-transparent border-0 m-0 p-2 ms-auto"
onClick={() => {
window.open(
"https://play.ballerina.io/?gist=dd21a5da39d73cbaf5e7d7cb3b2ad579&file=constraint_validations.bal",
"https://play.ballerina.io/?gist=03b42e463700fc3e1a0d0ff0c32aa964&file=constraint_validations.bal",
"_blank",
);
}}
Expand Down
2 changes: 1 addition & 1 deletion swan-lake/by-example/consuming-services/content.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export function ConsumingServices({ codeSnippets }) {
className="bg-transparent border-0 m-0 p-2 ms-auto"
onClick={() => {
window.open(
"https://play.ballerina.io/?gist=468952844de9ad483ad101ddacb39570&file=consuming_services.bal",
"https://play.ballerina.io/?gist=d2b6ae0284b5aec4d8c64c3b33e78a98&file=consuming_services.bal",
"_blank",
);
}}
Expand Down
2 changes: 1 addition & 1 deletion swan-lake/by-example/continue-statement/content.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export function ContinueStatement({ codeSnippets }) {
className="bg-transparent border-0 m-0 p-2 ms-auto"
onClick={() => {
window.open(
"https://play.ballerina.io/?gist=b316e352d443cd89883c746d0a21f344&file=continue_statement.bal",
"https://play.ballerina.io/?gist=f4cab58ecd00d0a102b224d70be1be21&file=continue_statement.bal",
"_blank",
);
}}
Expand Down
2 changes: 1 addition & 1 deletion swan-lake/by-example/controlling-openness/content.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export function ControllingOpenness({ codeSnippets }) {
className="bg-transparent border-0 m-0 p-2 ms-auto"
onClick={() => {
window.open(
"https://play.ballerina.io/?gist=b2d502d524c36291384e42a92d87be49&file=controlling_openness.bal",
"https://play.ballerina.io/?gist=155d262a6462ddd6205987ebe2b5680c&file=controlling_openness.bal",
"_blank",
);
}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export function ConvertFromJsonToUserDefinedType({ codeSnippets }) {
className="bg-transparent border-0 m-0 p-2 ms-auto"
onClick={() => {
window.open(
"https://play.ballerina.io/?gist=9adc354e3cf71c8ecc3ff92056a95677&file=convert_from_json_to_user_defined_type.bal",
"https://play.ballerina.io/?gist=25554102a562e5f0e75f22a0f79bb56e&file=convert_from_json_to_user_defined_type.bal",
"_blank",
);
}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export function ConvertingFromTableAndXmlToJson({ codeSnippets }) {
className="bg-transparent border-0 m-0 p-2 ms-auto"
onClick={() => {
window.open(
"https://play.ballerina.io/?gist=b93e73ac4b9d74e586d851a1f91f641d&file=converting_from_table_and_xml_to_json.bal",
"https://play.ballerina.io/?gist=8c6ba9caaccbcd4f8de032fb084d6f6e&file=converting_from_table_and_xml_to_json.bal",
"_blank",
);
}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export function ConvertingFromUserDefinedTypeToJson({ codeSnippets }) {
className="bg-transparent border-0 m-0 p-2 ms-auto"
onClick={() => {
window.open(
"https://play.ballerina.io/?gist=a92d3ddd81a750565871dfafaa69a9b9&file=converting_from_user_defined_type_to_json.bal",
"https://play.ballerina.io/?gist=c274acdd503545d91b3aa7f9e4a4d9e6&file=converting_from_user_defined_type_to_json.bal",
"_blank",
);
}}
Expand Down
2 changes: 1 addition & 1 deletion swan-lake/by-example/covariance/content.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export function Covariance({ codeSnippets }) {
className="bg-transparent border-0 m-0 p-2 ms-auto"
onClick={() => {
window.open(
"https://play.ballerina.io/?gist=e379439a846d11c4a6297c2ab5d31dc6&file=covariance.bal",
"https://play.ballerina.io/?gist=907508b5fecbfa6fd2d24822c8097912&file=covariance.bal",
"_blank",
);
}}
Expand Down
2 changes: 1 addition & 1 deletion swan-lake/by-example/create-maps-with-query/content.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export function CreateMapsWithQuery({ codeSnippets }) {
className="bg-transparent border-0 m-0 p-2 ms-auto"
onClick={() => {
window.open(
"https://play.ballerina.io/?gist=975884763900c12e92d00dd60f53f556&file=create_maps_with_query.bal",
"https://play.ballerina.io/?gist=400b17619168f0e2cca600aa277473e0&file=create_maps_with_query.bal",
"_blank",
);
}}
Expand Down
2 changes: 1 addition & 1 deletion swan-lake/by-example/create-streams-with-query/content.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export function CreateStreamsWithQuery({ codeSnippets }) {
className="bg-transparent border-0 m-0 p-2 ms-auto"
onClick={() => {
window.open(
"https://play.ballerina.io/?gist=450067b1863d9162291579cabf021c3e&file=create_streams_with_query.bal",
"https://play.ballerina.io/?gist=6e8fc572b9d61212841528f458f704e7&file=create_streams_with_query.bal",
"_blank",
);
}}
Expand Down
2 changes: 1 addition & 1 deletion swan-lake/by-example/create-tables-with-query/content.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export function CreateTablesWithQuery({ codeSnippets }) {
className="bg-transparent border-0 m-0 p-2 ms-auto"
onClick={() => {
window.open(
"https://play.ballerina.io/?gist=2eca7ef8b3a75a0fee88b7765ea17425&file=create_tables_with_query.bal",
"https://play.ballerina.io/?gist=f4eebf5afed93d7eddc1183db5a49215&file=create_tables_with_query.bal",
"_blank",
);
}}
Expand Down
Loading

0 comments on commit 9480edb

Please sign in to comment.