SQLite has an incredibly small footprint. The database itself, its DLLs and the complimentary diff and analyzer tools are less than 15 MB in size. It's perfect for small mobile devices, advanced ...
Spring Boot は、API の作成が、すばやくできるフレームワークである。 しかし、DB を使った REST API を作ろうとなると、 DB のインストールが最初は大変に感じたりする。 そこで、REST API の作成 ...