MyBatis know how (10) application database

Source: Internet
Author: User
Tags object model virtual environment

Application databases are often the smallest, simplest, and most easy-to-use database. This kind of database is often used by US developers who don't mind using or even very happy to use. The application database is typically in the same project as our application, both designed and implemented. It is for this reason that the design of the application database often has very large degrees of freedom, and it is most likely to match our particular application perfectly. The external impact of the application database is minimal because it usually has only one or two external interfaces. The first interface connects to our application, and the second interface may be a simple report framework or report tool. A high level of presentation of an application database and its relationship to other systems.

The relationship between application databases and other systems the application database is sometimes small to be deployed directly on the same server as the application. Similarly, the requirement for hardware resources to use the application database is also more free.

With small application databases, it is often easier to persuade companies to use cheaper open source RDBMS solutions, such as MySQL or PostgreSQL, without having to spend a lot of money buying Oracle or SQL Server. Some applications are very
It is possible to use an embedded application database that runs in the same virtual environment as the application, so that even a standalone SQL file can be used without the need.

MyBatis as a persistence framework, it supports the application database well. Because MyBatis is very simple, a development team can create a new application very quickly. For a simple database, you can even generate SQL from the database schema by using the management tool that comes with the RDBMS. Similarly, there are tools available that automatically generate all MyBatis SQL mapping files.

Series Articles:

MyBatis know how much (1)

MyBatis know how much (2)

MyBatis know how much (3)

MyBatis know how (4) The advantages of MyBatis

MyBatis know how much (5) Business object model

MyBatis know how (6) presentation layer and business logic layer

MyBatis know how much (7) persistence layer

MyBatis know how (8) relational database

MyBatis know how (9) different types of databases

MyBatis know how (10) application database

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.