Made With Reflect4 Proxy Top Access

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Reflect4 Proxy</title> <style> body margin: 0; padding: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif; background: linear-gradient(135deg, #0f0f1a 0%, #1a1a2e 100%); min-height: 100vh; color: #ffffff;

const q = createQuery(); console.log(q.select('name').from('users').apply()); // Outputs: "select name from users" made with reflect4 proxy top