DEV Community

Cover image for Using Swift, Vapor, and MongoDB for applications
rachelle palmer
rachelle palmer

Posted on

Using Swift, Vapor, and MongoDB for applications

TLDR: We recently released a new, small library that helps Swift developers using Vapor integrate with MongoDB. To help get started, we also have included an example application to tinker with.

Links

Essential Details

The new library works with Swift 5.2+, Vapor4, the MongoDB Swift driver, and supports Linux and MacOS usage. It requires Mac 10.15+.

The Application

Our example application is fully async and uses SwiftNIO, and has a REST API interface.

It's fairly simple. You can store a list of kittens and details about them (name, favorite food, whatever). Please check it out and give us your feedback!

And if you're interested in other examples (Kitura or Perfect), you can find those here

Sentry mobile image

Improving mobile performance, from slow screens to app start time

Based on our experience working with thousands of mobile developer teams, we developed a mobile monitoring maturity curve.

Read more

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay