This playground uses SQL.js which allows you to load a database into your browser's memory. This does not upload a database to the cloud.
A SQLite database has been loaded into memory on this webpage. Delightql has been compiled to WASM and can run queries against any of the following tables:
table listing
- users
- categories
- products
- orders
- order_items
- reviews
- addresses
- inventory_movements
- customers
- items
- product_variants
- tags
- product_tags
- product_bundles
- bundle_items
- wishlists
- wishlist_items
- payments
- refunds
- promotions
- promotion_usage
- loyalty_points
- shipments
- warehouses
- warehouse_inventory
- suppliers
- product_suppliers
- user_sessions
- product_views
- support_tickets
- ticket_messages
- notifications
- user_referrals
- product_recommendations
- shopping_carts
- cart_items
- subscriptions
- subscription_items
- users_2022
- users_2023
- users_2024
The share button above base64 encodes the delightql in the text area and creates an anchor URL. There is no server-side state being created.