{"id":160778,"date":"2018-01-30T10:12:11","date_gmt":"2018-01-30T09:12:11","guid":{"rendered":"https:\/\/zenkit.com\/blog\/everything-you-need-to-know-about-web-databases\/"},"modified":"2025-10-10T11:42:30","modified_gmt":"2025-10-10T09:42:30","slug":"everything-you-need-to-know-about-web-databases","status":"publish","type":"post","link":"https:\/\/zenkit.com\/fr\/blog\/everything-you-need-to-know-about-web-databases\/","title":{"rendered":"Everything You Need to Know About Web Databases"},"content":{"rendered":"<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-90088 size-full\" src=\"https:\/\/zenkit.com\/wp-content\/uploads\/2018\/01\/header.en63.jpg\" alt=\"What is a web database?\" width=\"1140\" height=\"400\" srcset=\"https:\/\/zenkit.com\/wp-content\/uploads\/2018\/01\/header.en63.jpg 1140w, https:\/\/zenkit.com\/wp-content\/uploads\/2018\/01\/header.en63-300x105.jpg 300w, https:\/\/zenkit.com\/wp-content\/uploads\/2018\/01\/header.en63-1024x359.jpg 1024w, https:\/\/zenkit.com\/wp-content\/uploads\/2018\/01\/header.en63-768x269.jpg 768w\" sizes=\"auto, (max-width: 1140px) 100vw, 1140px\" \/><\/p>\n<p>With our love of, and reliance on, information technology, we humans have accumulated a whole lotta data. So, it only makes sense to have a place to house some of it. Enter web databases.<\/p>\n<figure><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-9142 size-full\" title=\"How tasks can be managed on Zenkit's web database\" src=\"https:\/\/zenkit.com\/wp-content\/uploads\/2018\/01\/zenkit-web-database.jpg\" alt=\"Zenkit's web database\" width=\"1400\" height=\"482\" srcset=\"https:\/\/zenkit.com\/wp-content\/uploads\/2018\/01\/zenkit-web-database.jpg 1400w, https:\/\/zenkit.com\/wp-content\/uploads\/2018\/01\/zenkit-web-database-300x103.jpg 300w, https:\/\/zenkit.com\/wp-content\/uploads\/2018\/01\/zenkit-web-database-768x264.jpg 768w, https:\/\/zenkit.com\/wp-content\/uploads\/2018\/01\/zenkit-web-database-1024x353.jpg 1024w\" sizes=\"auto, (max-width: 1400px) 100vw, 1400px\" \/><\/figure>\n<p>Designed to hold a large collection of organized information that can be accessed by multiple users with optimal speed, and minimal processing expense, we already know that a <a href=\"https:\/\/zenkit.com\/blog\/spreadsheets-vs-databases\/\" target=\"_blank\" rel=\"noopener noreferrer\">database<\/a> is a handy way to store information. But what exactly is a web database?<\/p>\n<hr \/>\n<h2 style=\"text-align: center;\"><strong>Web Database Definition<\/strong><\/h2>\n<p>A <a href=\"https:\/\/en.wikipedia.org\/wiki\/Online_database\" target=\"_blank\" rel=\"noopener noreferrer\">web database<\/a> is essentially a database that can be accessed from a local network <a href=\"https:\/\/zenkit.com\/blog\/how-to-create-an-online-database-without-writing-a-single-line-of-code\/\" target=\"_blank\" rel=\"noopener noreferrer\">or the internet<\/a> instead of one that has its data stored on a desktop or its attached storage. Used for both professional and personal use, they are hosted on websites and are software as service (<a href=\"https:\/\/en.wikipedia.org\/wiki\/Software_as_a_service\" target=\"_blank\" rel=\"noopener noreferrer\">SaaS<\/a>) products, which means that access is provided via a web browser.<\/p>\n<p>One of the types of web databases that you may be more familiar with is a relational database. Relational databases allow you to store data in groups (known as tables), through their ability to link records together. It uses indexes and keys, which are added to data, to locate information fields stored in the database, enabling you to retrieve information quickly.<\/p>\n<p>To paint a picture, just think about when you online shop and want to have a look at a specific product. Typing in keywords such as \u201cblack dress\u201d enables all the black dresses stored on the website to appear right on the very browser you are looking on because the information \u201cblack\u201d and \u201cdress\u201d are stored in their database entries.<\/p>\n<p><em>Did you know that you can use Zenkit to<\/em> <em>build a relational web database<\/em><em> by using the <\/em><a href=\"https:\/\/zenkit.com\/documentation#\/lists\/HJQBQ1Hw\/sections\/B1Bf9qMA\/entries\/rJYZvQYA?_k=dbr1dl\" target=\"_blank\" rel=\"noopener noreferrer\"><em>reference fields<\/em><\/a><em> to link two tables (collections) together?<\/em><\/p>\n<p>Some advantages of using a web database include:<\/p>\n<ol>\n<li>Web database applications can be free or require payment, usually through monthly subscriptions. Because of this, you pay for the amount you use. So whether your business shrinks or expands, your needs can be accommodated by the amount of server space. You also don\u2019t have to fork out the cost of installing an entire software program.<\/li>\n<li>The information is accessible from almost any device. Having things stored in a cloud means that it is not stuck to one computer. As long as you are granted access, you can technically get a hold of the data from just about any compatible device.<\/li>\n<li>Web database programs usually come with their own technical support team so your IT department folks can focus on other pressing company matters.<\/li>\n<li>It\u2019s convenient: web databases allow users to update information so all you have to do is to create simple web forms.<\/li>\n<\/ol>\n<hr \/>\n<h2 style=\"text-align: center;\"><strong>MySQL<\/strong><\/h2>\n<p>Something you\u2019ll see commonly attached to the topic of web databases, and also worth noting due to its use in many high-profile websites, such as Google, Facebook, Twitter, and WordPress, is MySQL. Based on Structured Query Language, <a href=\"http:\/\/searchoracle.techtarget.com\/definition\/MySQL\" target=\"_blank\" rel=\"noopener noreferrer\">MySQL<\/a> is a relational database management system (<a href=\"https:\/\/www.htmlgoodies.com\/beyond\/reference\/article.php\/3472681\/To-Use-or-Not-to-Use-a-Database-That-is-the-Question.htm\" target=\"_blank\" rel=\"noopener noreferrer\">DBMS<\/a>).<\/p>\n<p>Just so you know, a database management system is a software that manages moving data in, out, and around the database. The term \u2018database\u2019 refers to the actual data that is being stored.<\/p>\n<p>MySQL isn\u2019t the only database management system, but it is one of the more popular types. Reasons for this are:<\/p>\n<ul>\n<li>It is an open-source relational database management system, which means that it is free to use and to modify.<\/li>\n<li>It is compatible with multiple platforms, making installation a breeze.<\/li>\n<li>It is known to be user-friendly, promising that even the most inadequate technology users will find the initial setup, and use, relatively straightforward.<\/li>\n<\/ul>\n<hr \/>\n<h2 style=\"text-align: center;\"><strong>Final Thoughts<\/strong><\/h2>\n<p>As mentioned, web databases can be used for professional and personal purposes. Common ways businesses use web databases are for customer feedback forms, website polls, and inventory lists. Personal web databases are a useful way to store email addresses, or even for a home inventory list.<\/p>\n<p>Have you used a web database for purposes that weren\u2019t tied to your job? (Hint, you probably have!) We\u2019d be curious to know other ways people have adopted them for personal use. Let us know in the comment section below!<\/p>\n<p>Cheers,<\/p>\n<p><strong>Dinnie and the Zenkit Team<\/strong><\/p>\n","protected":false},"excerpt":{"rendered":"<p>With our love of, and reliance on, information technology, we humans have accumulated a whole lotta data. So, it only makes sense to have a place to house some of it. Enter web databases. Designed to hold a large collection of organized information that can be accessed by multiple users with optimal speed, and minimal [&hellip;]<\/p>\n","protected":false},"author":6,"featured_media":90078,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"yasr_overall_rating":0,"yasr_post_is_review":"","yasr_auto_insert_disabled":"","yasr_review_type":"","sub_heading":"A brief introduction to the\u00a0basics","time_to_read":3,"zenkit_blog_star_rating_disabled":false,"zenkit_blog_ad_has_sticky_bottom_bar":true,"zenkit_blog_ad_sticky_bottom_bar_text":"Stay organized with Zenkit!","zenkit_blog_ad_sticky_bottom_bar_link_text":"Create my free account","zenkit_blog_ad_sticky_bottom_bar_link_url":"https:\/\/app.zenkit.com\/register","zenkit_blog_ad_sticky_bottom_bar_custom_class":"","zenkit_blog_ad_has_sticky_top_bar":false,"zenkit_blog_ad_sticky_top_bar_text":"","zenkit_blog_ad_sticky_top_bar_link_text":"","zenkit_blog_ad_sticky_top_bar_link_url":"","zenkit_blog_ad_has_modal_popup":false,"zenkit_blog_ad_modal_popup_image":0,"zenkit_blog_ad_modal_popup_heading":"","zenkit_blog_ad_modal_popup_subheading":"","zenkit_blog_ad_modal_popup_link_text":"","zenkit_blog_ad_modal_popup_link_url":"","zenkit_blog_ad_modal_popup_close_text":"","zenkit_blog_ad_has_slidein":false,"zenkit_blog_ad_slidein_heading":"","zenkit_blog_ad_slidein_link_text":"","zenkit_blog_ad_slidein_link_url":"","zenkit_blog_ad_has_google_banner":false,"zenkit_blog_ad_google_banner_heading":"No coding experience?","zenkit_blog_ad_google_banner_subheading":"No worries! Create your own web database in Zenkit for free.","zenkit_blog_ad_google_banner_button_text":"Start building!","zenkit_blog_ad_google_banner_button_link":"https:\/\/app.zenkit.com\/register","zenkit_blog_ad_deactivate_global_ad":false,"super_override_sticky_bottom":false,"toc__deactivate":false,"toc__show_carets":false,"toc__expand_all":false,"zenkit_blog_override_update":"","de_activate_sitebar_cta_on_this_post":false,"zenkit_blog_sidebar_cta":"","super_override_sidebar_cta":false,"de_activate_end_cta_on_this_post":false,"zenkit_end_cta_type":"","zenkit_blog_exit_cta_type":"","footnotes":""},"categories":[16661,16663],"tags":[93,95,119,130,72],"class_list":["post-160778","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-how-to","category-project-management","tag-data","tag-database","tag-mysql","tag-programming","tag-zenkit-project-management"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Everything You Need to Know About Web Databases | Zenkit<\/title>\n<meta name=\"description\" content=\"With our love of information technology, we sure have accumulated a whole lotta data. Here&#039;s how you can organize it all on a web database.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/zenkit.com\/fr\/blog\/everything-you-need-to-know-about-web-databases\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Everything You Need to Know About Web Databases | Zenkit\" \/>\n<meta property=\"og:description\" content=\"With our love of information technology, we sure have accumulated a whole lotta data. Here&#039;s how you can organize it all on a web database.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/zenkit.com\/fr\/blog\/everything-you-need-to-know-about-web-databases\/\" \/>\n<meta property=\"og:site_name\" content=\"Zenkit\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/ZenkitHQ\" \/>\n<meta property=\"article:published_time\" content=\"2018-01-30T09:12:11+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-10-10T09:42:30+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/zenkit.com\/wp-content\/uploads\/2018\/01\/thumbnail.en63.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"628\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Asmo\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@ZenkitHQ\" \/>\n<meta name=\"twitter:site\" content=\"@ZenkitHQ\" \/>\n<meta name=\"twitter:label1\" content=\"\u00c9crit par\" \/>\n\t<meta name=\"twitter:data1\" content=\"Asmo\" \/>\n\t<meta name=\"twitter:label2\" content=\"Dur\u00e9e de lecture estim\u00e9e\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/zenkit.com\\\/fr\\\/blog\\\/everything-you-need-to-know-about-web-databases\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/zenkit.com\\\/fr\\\/blog\\\/everything-you-need-to-know-about-web-databases\\\/\"},\"author\":{\"name\":\"Asmo\",\"@id\":\"https:\\\/\\\/zenkit.com\\\/fr\\\/#\\\/schema\\\/person\\\/a9ea9a4b8ef8fb42cbec748d3c3ee29b\"},\"headline\":\"Everything You Need to Know About Web Databases\",\"datePublished\":\"2018-01-30T09:12:11+00:00\",\"dateModified\":\"2025-10-10T09:42:30+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/zenkit.com\\\/fr\\\/blog\\\/everything-you-need-to-know-about-web-databases\\\/\"},\"wordCount\":700,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/zenkit.com\\\/fr\\\/blog\\\/everything-you-need-to-know-about-web-databases\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/zenkit.com\\\/wp-content\\\/uploads\\\/2018\\\/01\\\/thumbnail.en63.jpg\",\"keywords\":[\"Data\",\"Database\",\"MySQL\",\"Programming\",\"Zenkit Project Management\"],\"articleSection\":[\"How to\",\"Project Management\"],\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/zenkit.com\\\/fr\\\/blog\\\/everything-you-need-to-know-about-web-databases\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/zenkit.com\\\/fr\\\/blog\\\/everything-you-need-to-know-about-web-databases\\\/\",\"url\":\"https:\\\/\\\/zenkit.com\\\/fr\\\/blog\\\/everything-you-need-to-know-about-web-databases\\\/\",\"name\":\"Everything You Need to Know About Web Databases | Zenkit\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/zenkit.com\\\/fr\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/zenkit.com\\\/fr\\\/blog\\\/everything-you-need-to-know-about-web-databases\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/zenkit.com\\\/fr\\\/blog\\\/everything-you-need-to-know-about-web-databases\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/zenkit.com\\\/wp-content\\\/uploads\\\/2018\\\/01\\\/thumbnail.en63.jpg\",\"datePublished\":\"2018-01-30T09:12:11+00:00\",\"dateModified\":\"2025-10-10T09:42:30+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/zenkit.com\\\/fr\\\/#\\\/schema\\\/person\\\/a9ea9a4b8ef8fb42cbec748d3c3ee29b\"},\"description\":\"With our love of information technology, we sure have accumulated a whole lotta data. Here's how you can organize it all on a web database.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/zenkit.com\\\/fr\\\/blog\\\/everything-you-need-to-know-about-web-databases\\\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/zenkit.com\\\/fr\\\/blog\\\/everything-you-need-to-know-about-web-databases\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/zenkit.com\\\/fr\\\/blog\\\/everything-you-need-to-know-about-web-databases\\\/#primaryimage\",\"url\":\"https:\\\/\\\/zenkit.com\\\/wp-content\\\/uploads\\\/2018\\\/01\\\/thumbnail.en63.jpg\",\"contentUrl\":\"https:\\\/\\\/zenkit.com\\\/wp-content\\\/uploads\\\/2018\\\/01\\\/thumbnail.en63.jpg\",\"width\":1200,\"height\":628,\"caption\":\"What is a web database?\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/zenkit.com\\\/fr\\\/blog\\\/everything-you-need-to-know-about-web-databases\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/zenkit.com\\\/fr\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Everything You Need to Know About Web Databases\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/zenkit.com\\\/fr\\\/#website\",\"url\":\"https:\\\/\\\/zenkit.com\\\/fr\\\/\",\"name\":\"Zenkit\",\"description\":\"Zenkit Tagline\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/zenkit.com\\\/fr\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/zenkit.com\\\/fr\\\/#\\\/schema\\\/person\\\/a9ea9a4b8ef8fb42cbec748d3c3ee29b\",\"name\":\"Asmo\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/0ccc9983fcb42443ee55d994b5c426040f1c1ad7e3cfb591d010134d2e246e45?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/0ccc9983fcb42443ee55d994b5c426040f1c1ad7e3cfb591d010134d2e246e45?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/0ccc9983fcb42443ee55d994b5c426040f1c1ad7e3cfb591d010134d2e246e45?s=96&d=mm&r=g\",\"caption\":\"Asmo\"},\"url\":\"https:\\\/\\\/zenkit.com\\\/fr\\\/blog\\\/author\\\/zenkit\\\/\"},false]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Everything You Need to Know About Web Databases | Zenkit","description":"With our love of information technology, we sure have accumulated a whole lotta data. Here's how you can organize it all on a web database.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/zenkit.com\/fr\/blog\/everything-you-need-to-know-about-web-databases\/","og_locale":"fr_FR","og_type":"article","og_title":"Everything You Need to Know About Web Databases | Zenkit","og_description":"With our love of information technology, we sure have accumulated a whole lotta data. Here's how you can organize it all on a web database.","og_url":"https:\/\/zenkit.com\/fr\/blog\/everything-you-need-to-know-about-web-databases\/","og_site_name":"Zenkit","article_publisher":"https:\/\/www.facebook.com\/ZenkitHQ","article_published_time":"2018-01-30T09:12:11+00:00","article_modified_time":"2025-10-10T09:42:30+00:00","og_image":[{"width":1200,"height":628,"url":"https:\/\/zenkit.com\/wp-content\/uploads\/2018\/01\/thumbnail.en63.jpg","type":"image\/jpeg"}],"author":"Asmo","twitter_card":"summary_large_image","twitter_creator":"@ZenkitHQ","twitter_site":"@ZenkitHQ","twitter_misc":{"\u00c9crit par":"Asmo","Dur\u00e9e de lecture estim\u00e9e":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/zenkit.com\/fr\/blog\/everything-you-need-to-know-about-web-databases\/#article","isPartOf":{"@id":"https:\/\/zenkit.com\/fr\/blog\/everything-you-need-to-know-about-web-databases\/"},"author":{"name":"Asmo","@id":"https:\/\/zenkit.com\/fr\/#\/schema\/person\/a9ea9a4b8ef8fb42cbec748d3c3ee29b"},"headline":"Everything You Need to Know About Web Databases","datePublished":"2018-01-30T09:12:11+00:00","dateModified":"2025-10-10T09:42:30+00:00","mainEntityOfPage":{"@id":"https:\/\/zenkit.com\/fr\/blog\/everything-you-need-to-know-about-web-databases\/"},"wordCount":700,"commentCount":0,"image":{"@id":"https:\/\/zenkit.com\/fr\/blog\/everything-you-need-to-know-about-web-databases\/#primaryimage"},"thumbnailUrl":"https:\/\/zenkit.com\/wp-content\/uploads\/2018\/01\/thumbnail.en63.jpg","keywords":["Data","Database","MySQL","Programming","Zenkit Project Management"],"articleSection":["How to","Project Management"],"inLanguage":"fr-FR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/zenkit.com\/fr\/blog\/everything-you-need-to-know-about-web-databases\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/zenkit.com\/fr\/blog\/everything-you-need-to-know-about-web-databases\/","url":"https:\/\/zenkit.com\/fr\/blog\/everything-you-need-to-know-about-web-databases\/","name":"Everything You Need to Know About Web Databases | Zenkit","isPartOf":{"@id":"https:\/\/zenkit.com\/fr\/#website"},"primaryImageOfPage":{"@id":"https:\/\/zenkit.com\/fr\/blog\/everything-you-need-to-know-about-web-databases\/#primaryimage"},"image":{"@id":"https:\/\/zenkit.com\/fr\/blog\/everything-you-need-to-know-about-web-databases\/#primaryimage"},"thumbnailUrl":"https:\/\/zenkit.com\/wp-content\/uploads\/2018\/01\/thumbnail.en63.jpg","datePublished":"2018-01-30T09:12:11+00:00","dateModified":"2025-10-10T09:42:30+00:00","author":{"@id":"https:\/\/zenkit.com\/fr\/#\/schema\/person\/a9ea9a4b8ef8fb42cbec748d3c3ee29b"},"description":"With our love of information technology, we sure have accumulated a whole lotta data. Here's how you can organize it all on a web database.","breadcrumb":{"@id":"https:\/\/zenkit.com\/fr\/blog\/everything-you-need-to-know-about-web-databases\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/zenkit.com\/fr\/blog\/everything-you-need-to-know-about-web-databases\/"]}]},{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/zenkit.com\/fr\/blog\/everything-you-need-to-know-about-web-databases\/#primaryimage","url":"https:\/\/zenkit.com\/wp-content\/uploads\/2018\/01\/thumbnail.en63.jpg","contentUrl":"https:\/\/zenkit.com\/wp-content\/uploads\/2018\/01\/thumbnail.en63.jpg","width":1200,"height":628,"caption":"What is a web database?"},{"@type":"BreadcrumbList","@id":"https:\/\/zenkit.com\/fr\/blog\/everything-you-need-to-know-about-web-databases\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/zenkit.com\/fr\/"},{"@type":"ListItem","position":2,"name":"Everything You Need to Know About Web Databases"}]},{"@type":"WebSite","@id":"https:\/\/zenkit.com\/fr\/#website","url":"https:\/\/zenkit.com\/fr\/","name":"Zenkit","description":"Zenkit Tagline","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/zenkit.com\/fr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"},{"@type":"Person","@id":"https:\/\/zenkit.com\/fr\/#\/schema\/person\/a9ea9a4b8ef8fb42cbec748d3c3ee29b","name":"Asmo","image":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/secure.gravatar.com\/avatar\/0ccc9983fcb42443ee55d994b5c426040f1c1ad7e3cfb591d010134d2e246e45?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/0ccc9983fcb42443ee55d994b5c426040f1c1ad7e3cfb591d010134d2e246e45?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/0ccc9983fcb42443ee55d994b5c426040f1c1ad7e3cfb591d010134d2e246e45?s=96&d=mm&r=g","caption":"Asmo"},"url":"https:\/\/zenkit.com\/fr\/blog\/author\/zenkit\/"},false]}},"yasr_visitor_votes":{"stars_attributes":{"read_only":false,"span_bottom":false},"number_of_votes":0,"sum_votes":0},"_links":{"self":[{"href":"https:\/\/zenkit.com\/fr\/wp-json\/wp\/v2\/posts\/160778","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/zenkit.com\/fr\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/zenkit.com\/fr\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/zenkit.com\/fr\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/zenkit.com\/fr\/wp-json\/wp\/v2\/comments?post=160778"}],"version-history":[{"count":2,"href":"https:\/\/zenkit.com\/fr\/wp-json\/wp\/v2\/posts\/160778\/revisions"}],"predecessor-version":[{"id":167535,"href":"https:\/\/zenkit.com\/fr\/wp-json\/wp\/v2\/posts\/160778\/revisions\/167535"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/zenkit.com\/fr\/wp-json\/wp\/v2\/media\/90078"}],"wp:attachment":[{"href":"https:\/\/zenkit.com\/fr\/wp-json\/wp\/v2\/media?parent=160778"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/zenkit.com\/fr\/wp-json\/wp\/v2\/categories?post=160778"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/zenkit.com\/fr\/wp-json\/wp\/v2\/tags?post=160778"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}